Delete a Reply to a Review
Reply to a review
DELETE/reviews/:reviewId/reply
Path parameters
Key
Value
Description
reviewId*
String (UUID)
The ID of the review to reply to.
Response
{
"deleted": true,
"id": "4d3ed24f-2755-45fb-877e-c7b5750852b9",
"reviewId": "24a4b86f-0a8a-4b7d-adfc-df971c7d4e71",
"description": "This reply was created with the API #2",
"businessId": "0c796c9c-532d-4382-af68-80ed8e8cd18f",
"createdAt": "2024-07-19T01:59:54.112Z",
"updatedAt": "2024-07-19T01:59:54.112Z"
}{
"error": {
"code": 400,
"message": "Invalid type for parameter (reviewId). Expected type: <UUID>"
}
}{
"error": {
"code": 400,
"message": "This review does not have a reply to delete"
}
}Last updated