Use this statement to drop a web service.
DROP SERVICE service-name
This statement deletes a web service listed in the ISYSWEBSERVICE system table.
Must have DBA authority.
None.
To drop a web service named tables, execute the following statement:
DROP SERVICE tables;