- 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 /<context>/admin/services/Map/testMap.MapServer/delete HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=pjsonJSON Response example
{"status": "success"}