- URL:
- https://[root]/content/items/[itemID]/deleteRating
- Methods:
- POST
Example Usage
URL for Delete Rating
https://www.arcgis.com/sharing/rest/content/items/a50b5179b49a4256a248c7b5ffb82dd7/deleteRatingDescription
Removes the rating the calling user added for the specified item (POST only).
Request Parameters
| Parameter | Details | 
|---|---|
| 
 | For a complete listing, see Common parameters. | 
Response Properties
| Property | Details | 
|---|---|
| 
 | Indicates if the operation was successful. | 
JSON Response Syntax
{
"success" : true | false
}JSON Response Example
{
"success" : true
}