Delete
- URL:http://<service-uploaded-item-url>/delete(POST only)
- Version Introduced:10.0
Description
This operation deletes an item.
Users can provide arguments to the commit operation as query parameters. The parameter details are provided in the parameters table below.
Request Parameters
|
Parameter |
Details |
|---|---|
| f |
Description: The response format. The default response format is html. Values: html | json |
Example Usage
Example 1: Delete an item:
http://server.domain.com/arcgis/rest/services/911CallsHotspot/GPServer/uploads/icb0817bf-53c7-45d9-9487-3b87b6cba253/delete
JSON Response Syntax
{"success": <true|false>}
JSON Response Example
{"success": true}