v1
latestOpenAPI 3.1.02026-08-04127114.4 KBWebhook Configurations
Delete Webhook Configuration
Remove a webhook configuration.
- Specify tenant_id to delete a tenant-specific configuration.
- Omit tenant_id to delete the default configuration.
delete/webhook-configurations
Request body
Response
Webhook configuration deleted successfully.
Example response
{
"deleted": true,
"id": 1
}