Delete API Key
delete-api-keyPermanently revoke and delete an API key using its UUID or full token. Requires explicit user confirmation to prevent accidental removal.
Instructions
Purpose: Permanently revoke and delete a RawTree API key by UUID or full token.
NOT for: Deleting a table, project, or user session.
Returns: Deletion confirmation.
Safety: You MUST list or identify the key first, ask the user to confirm the exact key name or ID, and warn that services using it will lose access. This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idOrToken | Yes | API key UUID or full rt_ token to delete. | |
| confirm | Yes | Set to true only after the user explicitly confirms revocation of this exact API key. |