Drops a web service.
DROP SERVICE service-name
This statement deletes a web service listed in the ISYSWEBSERVICE system table.
You must be the owner of the service, or have the MANAGE ANY WEB SERVICE system privilege.
None.
Not in the standard.
The following SQL statement drops a fictitious web service named WebServiceTable:
DROP SERVICE WebServiceTable;