Drops a web service.
DROP SERVICE service-name
This statement deletes a web service listed in the ISYSWEBSERVICE system table.
DBA authority
None.
SQL/2008 Vendor extension.
The following SQL statement illustrates how to drop a web service named WebServiceTable:
DROP SERVICE WebServiceTable;