API reference · Webhooks
DELETE/api/v1/webhooks/templates/{id}

Delete webhook template (webhook delete wiring)

Template delete route delegates to ApiWebhookController.delete() and removes a webhooks row, not a webhook_templates row.

RBAC · webhook

Path parameters

idstring <uuid>Required
Webhook UUID from webhooks.webhook_id.

Response codes

204
Webhook deleted.
400
Invalid request payload, query, or webhook id format.
401
API key missing/invalid or key user missing.
403
Webhook RBAC permission denied.
404
Webhook, delivery, template, or signing secret not found.
500
Unexpected webhook operation failure.