{
"date": "2023-11-07T05:31:56Z",
"manager": {
"name": "<string>",
"surname": "<string>",
"email": "jsmith@example.com"
},
"companyId": "<string>"
}Company delete
This notification is sent when a company is deleted.
WEBHOOK
companyDelete
{
"date": "2023-11-07T05:31:56Z",
"manager": {
"name": "<string>",
"surname": "<string>",
"email": "jsmith@example.com"
},
"companyId": "<string>"
}Headers
Available options:
COMPANY_DELETE Webhook signature
Body
application/json
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?