API reference · WebhooksDELETE/api/v1/webhooks/templates/{id}
Product availabilityAlgaPSA
Delete webhook template (webhook delete wiring)
Template delete route delegates to ApiWebhookController.delete() and removes a webhooks row, not a webhook_templates row.
Path parameters
idstring <uuid>Required
Webhook UUID from webhooks.webhook_id.
Response codes
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.