DROP SERVICE statement

Description

Deletes a Web service.

Syntax

DROP SERVICE service-name

Examples

Example 1

To drop a Web service named “tables”, execute the following statement:

DROP SERVICE tables

Usage

DROP SERVICE deletes a Web service.


Side effects

None.

Standards

Permissions

Must have DBA authority.

See also

ALTER SERVICE statement

CREATE SERVICE statement

“Introduction to web services” in SQL Anywhere Server – Programming > SQL Anywhere Data Access APIs > SQL Anywhere web services