<!--
  Translated by the docs agent from content-src/es/guides/claves-api/09-revocacion.md
  (source_hash 46db1e4fed33). If that Spanish source_hash changes, re-check this translation.
-->

There's no "delete" for a key: only **revoke**. A revoked key stops working immediately, but the row stays
in the table (with **Revoked** status) so there's a record that it existed.

| Key type | Who can revoke it |
| --- | --- |
| Personal | You (its owner), or any admin on the tenant. |
| Company | Any admin on the tenant. |

1. Find the key in its corresponding table.
2. Tap **"Revoke"**.
3. Confirm in the browser's dialog box.

> **Note — Rotating a key = revoke + create**
>
> There's no "regenerate" button: to rotate a key (change it periodically for security, or after suspecting
> it leaked), revoke the old one and create a new one with the same name — then update the secret in your
> integration.