Response
Return a 200 status to indicate that the event was properly received
{
"type": "review_reply_deleted",
"payload": {
"comment_id": 82938,
"review_id": 34
}
}
This event is triggered when a review reply has been deleted
The event payload contains the review reply id.
{
"type": "review_reply_deleted",
"payload": {
"comment_id": 82938,
"review_id": 34
}
}
Return a 200 status to indicate that the event was properly received
Was this page helpful?