Delete API Key
delete-api-keyPermanently revoke and delete a RawTree API key using its UUID or full key value. Requires user confirmation; this action is irreversible.
Instructions
Purpose: Permanently revoke and delete a RawTree API key by UUID or full API key value.
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 |
|---|---|---|---|
| idOrApiKey | Yes | API key UUID or full rt_ API key value to delete. | |
| confirm | Yes | Set to true only after the user explicitly confirms revocation of this exact API key. |