Account

Revoke API Key

Revoke an existing API key by UUID.

DELETEhttps://util.axolite.app/v1/account/keys/:id
FormatJSON
GroupAccount
DemoDocs only

Parameters

NameLocationRequiredDescription
sessioncookieYesCurrent session cookie.
idpathYesUUID 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.