DROP SERVICE statement

Use this statement to drop a web service.

Syntax
DROP SERVICE service-name
Remarks

This statement deletes a web service listed in the ISYSWEBSERVICE system table.

Permissions

Must have DBA authority.

Side effects

None.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

To drop a web service named tables, execute the following statement:

DROP SERVICE tables;