- URL:
- https://<root>/services/<serviceName>.<serviceType>/delete
- Methods:
POST
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.1
Description
The delete
operation deletes a service. When a service is deleted, it is stopped and all resources and configurations associated with the service are also deleted.
Request parameters
Parameter | Description |
---|---|
| The response format. The default response format is Values: |
Example usage
The folowing is a sample POST request for the delete
operation:
POST /webadaptor/admin/services/Map/testMap.MapServer/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjson
JSON Response example
{"status": "success"}