/deleteRating: Delete Rating

URL:
https://[root]/content/items/[itemID]/deleteRating
Methods:
POST

Example Usage

URL for Delete Rating

Use dark colors for code blocksCopy
1
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

Use dark colors for code blocksCopy
1
2
3
{
"success" : true | false
}

JSON Response Example

Use dark colors for code blocksCopy
1
2
3
{
"success" : true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.