Skip To Content
ArcGIS Developer
Dashboard

Delete Item Information

Description

This operation deletes an item's information.

Note:

This operation only deletes information about your service. The service configuration remains unchanged.

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/services/Maps/testMap.MapServer/itemInfo/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

JSON Response example

{"status": "success"}