## Revoke an API key **delete** `/api/user/api-keys/{id}` Permanently revokes one of your API keys. This cannot be undone. ### Path Parameters - `id: string` ### Returns - `deleted: optional boolean` ### Example ```http curl https://racks.cash/api/user/api-keys/$ID \ -X DELETE ``` #### Response ```json { "deleted": true } ```