Skip to main content
DELETE
/
v1
/
api-keys
/
{id}
Delete an API Key
curl --request DELETE \
  --url http://localhost:3000/v1/api-keys/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use an access token retrieved from login (Bearer sess_...) or a programmatic API key (Bearer ak_...).

Path Parameters

id
string<uuid>
required

The unique UUID of the API Key to delete.

Response

API key successfully deleted