{
"id": "<string>",
"object": "<string>",
"deleted": true
}
Deletes a review by id.
{
"id": "<string>",
"object": "<string>",
"deleted": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the Review.
OK
The response is of type object
.