Skip To Content
ArcGIS Developer
Dashboard

Delete

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

ParameterDetails
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}