Skip to main content
DELETE
/
api
/
v1
/
access-tokens
/
{token_id}
Delete Access Token
curl --request DELETE \
  --url https://api.example.com/api/v1/access-tokens/{token_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://askui-docs-on-premise-architecture.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token_id
string<uuid4>
required

Response

Access token deleted successfully