Account
Revoke API Key
Revoke an existing API key by UUID.
DELETE
https://util.axolite.app/v1/account/keys/:idParameters
| Name | Location | Required | Description |
|---|---|---|---|
session | cookie | Yes | Current session cookie. |
id | path | Yes | UUID of the API key to revoke. Example: d0d80a8d-b7e7-4bf4-8f57-1f74f09f89e7 |
Request examples
curl -X DELETE "https://util.axolite.app/v1/account/keys/d0d80a8d-b7e7-4bf4-8f57-1f74f09f89e7"Sample response
{
"ok": true
}Notes
- Only keys owned by the current user can be revoked.