Skip to content

Delete an API key

DELETE
/v1/auth/keys/{id}

Deletes the specified API key if it belongs to the authenticated user.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

API key ID

Type
string
Required

Responses

OK

application/json
JSON
{
  
"ok": true
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI