| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL |
http://<adminservicecatalog-url>/<serviceName>.FeatureServer/delete |
|---|---|
| Parent Resource | Service |
The delete operation deletes a feature service. This operation cannot be undone.
| Parameter | Details |
|---|---|
| f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Delete a service named "WorldService":
http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/delete
{
"success" : "< true | false >"
}
{
"success" : "true"
}