For the complete documentation index, see llms.txt. This page is also available as Markdown.

Revoke a specific API token

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
Responses
200Success
application/json
messageconst: Token revoked successfully.Required
dataarray · min: 1 · max: 1Required
metaany ofRequired
or
stringOptional
linksstringRequired
delete/tokens/{id}
DELETE /your-tenant/api/v1/tokens/{id} HTTP/1.1
Host: plan.claret.app
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "message": "text",
  "data": [],
  "meta": [],
  "links": "text"
}

Last updated

Was this helpful?