Skip To Content
ArcGIS Developer
Dashboard

/deleteInfo: Delete Info

  • URL:https://[root]/content/users/[userName]/items/[itemID]/deleteInfo(POST only)

Example Usage

URL for Update Info

https://www.arcgis.com/sharing/rest/content/users/jsmith/items/ef78d18087c4456eab5478b0485f9911/deleteInfo

Description

This is available for all items and allows you to delete an individual file from an item's esriinfo folder.

Request Parameters

ParameterDetails
infoFile

The file to be deleted.

[Common Parameters]

For a complete listing, see Common parameters.

JSON Response Syntax


            {"success": true | false}

JSON Response Example


            {"success": true}