Skip to main content
DELETE
/
frontend
/
api
/
v1
/
auth
/
api-token
/
{token}
Delete API Token
curl --request DELETE \
  --url https://{host}/frontend/api/v1/auth/api-token/{token} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "context": {},
  "error": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.probe.dev/llms.txt

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

Authorizations

Authorization
string
header
required

API Key Security (Header).

Path Parameters

token
string
required

API Token

Response

No Content