Skip to main content
DELETE
/
auth
/
keys
/
{keyLabel}
Delete an API key
curl --request DELETE \
  --url https://api.radion.app/auth/keys/{keyLabel} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

keyLabel
string
required

The key label of the key to delete

Response

Key deleted successfully.

ok
boolean
required
Last modified on July 7, 2026