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/revokeOrgApiKey.md for this page in Markdown format
Revoke an org API key
DELETE
/orgs/{orgId}/api-keys/{id}
Admin+ only. Immediate and irreversible. Idempotent.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Path Parameters
orgId
*
Type
string
Required
id
*
Type
string
Required
Responses
200
Revoked.
Content-Type
application/json
Schema
JSON
JSON
{
"ok"
:
true
}
DELETE
/orgs/{orgId}/api-keys/{id}
Playground
Authorization
bearer
Variables
Key
Value
orgId
*
id
*
Try it out
Samples
Powered by
VitePress OpenAPI