Authentication
Delete an API key
DELETE
Delete an API key
Last modified on July 7, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Need an API key? Sign in to the dashboard to get started.
curl --request DELETE \
--url https://api.radion.app/auth/keys/{keyLabel} \
--header 'Authorization: Bearer <token>'{
"ok": true
}Was this page helpful?
curl --request DELETE \
--url https://api.radion.app/auth/keys/{keyLabel} \
--header 'Authorization: Bearer <token>'{
"ok": true
}