- URL:
 - https://<root>/<serviceName>/<serviceType>/uploads/<itemID>/delete
 - Methods:
 POST- 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 | 
|---|---|
  | The response format. The default response format is html. 
  | 
Example usage
Example: Delete an item
https://organization.example.com/<context>/rest/services/911CallsHotspot/GPServer/uploads/icb0817bf-53c7-45d9-9487-3b87b6cba253/deleteJSON Response syntax
{"success": <true|false>}JSON Response example
{"success": true}