Deletes a rating by its ID.
Permission | Description |
---|---|
view (ratable) | Must have view permission on the ratable |
ratings.delete | Delete your own ratings |
ratings.delete_any | Delete any rating (admin only) |
Name | Type | Required | Description | Example |
---|---|---|---|---|
rating-id | int | Yes | ID of the rating to delete | 123 |
Rating was successfully deleted. No response body is returned.
Status | Description | Reference |
---|---|---|
401 | Unauthorized | Authentication error |
403 | Forbidden (no permission) | Permission error |
404 | Not found | Not-found error |