- URL:https://<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 |                    The response format. The default response format is html. Values: html | json  |               
Example usage
Example 1: Delete an item:
https://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}