Reviews
Deletes a review
Deletes an existing review. The associated profile and product will still exist after this operation.
delete/api/v1/languages/{language_id}/reviews/{review_id}
Path parameters
language_idstring required
review_idstring required
Response
Review successfully deleted
Example response
{
"review": {
"name": "My Review",
"score": 9,
"visible": true
},
"message": "Review successfully deleted"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.