Delete API key
DELETE /api/v1/apps/{appId}/keys/{keyId}
DELETE
/api/v1/apps/{appId}/keys/{keyId}
Revokes the API key immediately and records a deletion event (see key-events). Session token or full-scope API key. Equivalent to the MCP tool delete_api_key.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” appId
required
string
keyId
required
string
Responses
Section titled “ Responses ”Deleted ({ ok: true })
Unauthorized
Insufficient API key scope
API key or app not found (NOT_FOUND)