Skip to main content
Permanently deletes the hook entity, revoking its key. Only the hook’s creator can call this endpoint. Commands that referenced this hook via hook_id will have their hook_id set to NULL (due to ON DELETE SET NULL), but the commands themselves remain functional.
This action cannot be undone. The hook key, identity fields, and transparency data are permanently deleted.
Uses standard bearer token authentication (Authorization: Bearer <user-token>).