- URL:https://[root]/content/items/[itemID]/deleteRating(POST only)
 
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 | 
|---|---|
| [Common Parameters] |                    For a complete listing, see Common parameters.  |               
Response Properties
| Property | Details | 
|---|---|
| success |                    Indicates if the operation was successful.  |               
JSON Response Syntax
                    
                    
            {
"success" : true | false
}
JSON Response Example
                    
                    
            {
"success" : true
}