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

# Delete API key

> Revoke a key. Returns 204.

Requires **manage team**.

<ParamField path="id" type="string" required>
  Key UUID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE https://connect.trypost.it/api/api-keys/a7b8c9d0-e1f2-3a4b-5c6d-7e8f9a0b1c2d \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>
