Skip to main content
POST
Revoke My Api Key

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

api_key_id
string
required

Response

Successful Response

Schema for responses that should not leak the hashed key.

id
string
required
org_id
string
required
name
string
required
rate_limit
integer
required
created_at
string<date-time>
required
expires_at
string<date-time> | null
required
is_active
boolean
required
last_used_at
string<date-time> | null
required
created_by_id
string | null
required
permissions
string[]