Skip to content
Quietdesk Docs
Search
K
Main Navigation
Quickstart
API
quietdesk.dev
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/reference/operations/revokeApiKey.md for this page in Markdown format
Revoke an API key
DELETE
/me/api-tokens/{id}
Immediate and irreversible — the key stops authenticating at once. Idempotent.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Type
string
Required
Responses
200
Revoked.
Content-Type
application/json
Schema
JSON
JSON
{
"ok"
:
true
}
DELETE
/me/api-tokens/{id}
Playground
Authorization
bearer
Variables
Key
Value
id
*
Try it out
Samples
Powered by
VitePress OpenAPI