Skip To Content
ArcGIS Developer
Dashboard

/deleteRating: Delete Rating

  • URL:https://[root]/content/items/[itemID]/deleteRating(POST only)

Example Usage

URL for Delete Rating

https://www.arcgis.com/sharing/rest/content/items/a50b5179b49a4256a248c7b5ffb82dd7/deleteRating

Description

Removes the rating the calling user added for the specified item (POST only).

Request Parameters

ParameterDetails
[Common Parameters]

For a complete listing, see Common parameters.

Response Properties

PropertyDetails
success

Indicates if the operation was successful.

JSON Response Syntax


            {
"success" : true | false
}

JSON Response Example


            {
"success" : true
}