Webhooks
Delete a webhook
delete/tenants/{tenantId}/webhooks/{webhookId}
Path parameters
tenantIdstring required
The tenant ID
webhookIdstring required
Webhook ID
Response
Webhook deleted
Example response
{
"success": true,
"data": {
"message": "Operation completed successfully"
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}