Skip to content

Delete an API key

DELETE
/v1/organizations/{org_uuid}/api_keys/{key_id}

Only admin users can delete API keys.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
key_id*

UUID of the API key

Typestring
Required
format"uuid"

Responses

No Content

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI