Request body
json
{} (no request body)API Endpoint
Delete a webhook endpoint configuration.
DELETE /management/webhooks/{id}
Use these endpoints from internal tooling or your frontend backend to inspect licenses, manage slug policy templates, provisioning API keys, webhook endpoint configuration/logs, and offline JWT signing keys. Management routes require the management bootstrap key configured via MANAGEMENT_API_KEYS or MANAGEMENT_API_KEY.
curl -sS -X DELETE http://localhost:8080/management/webhooks/1 \
-H "Authorization: Bearer management_key_dev_123456"{} (no request body){
"deleted": true
}deleted
boolean
True when deletion succeeded.
Invalid id.
Missing or invalid management API key.
Webhook endpoint not found.
Unexpected server or storage error.