Skip to main content
POST
/
v1
/
auth
/
keys
/
revoke
Revoke API key
curl --request POST \
  --url https://api.trydocent.com/v1/auth/keys/revoke \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.trydocent.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...

Response

200 - application/json

Key revoked

success
boolean
Example:

true