Skip To Content
ArcGIS Developer
Dashboard

Delete Item

Description

Deletes the uploaded item and its configuration.

Request parameters

ParameterDetails
f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

Below is a sample POST request for delete:


POST /webadaptor/admin/uploads/if4582d33-f10a-41fe-85bc-cf2e2880c46e/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}