Response
Return a 200 status to indicate that the event was properly received
{
"type": "business_deleted",
"payload": {
"business_id": "5409c35a97bbc544d8e26737"
}
}
This event is triggered when a Business is removed from Partoo Database.
The event payload contains the event type and the business id.
{
"type": "business_deleted",
"payload": {
"business_id": "5409c35a97bbc544d8e26737"
}
}
Return a 200 status to indicate that the event was properly received
Was this page helpful?