> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crustocean.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke Hook Key

> Permanently revoke a hook's key by deleting the hooks row.

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.

<Warning>
  This action cannot be undone. The hook key, identity fields, and transparency data are permanently deleted.
</Warning>

<Info>
  Uses standard bearer token authentication (`Authorization: Bearer <user-token>`).
</Info>
