{
"status_code": 13,
"status_message": "The item/record was deleted successfully.",
"success": true
}
This endpoint deletes a user rating.
{
"status_code": 13,
"status_message": "The item/record was deleted successfully.",
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Delete Rating Example
The response is of type object
.