Skip to main content
POST
/
v1
/
auth
/
agent
/
revoke
Revoke credential
curl --request POST \
  --url https://api.vidjutsu.ai/v1/auth/agent/revoke \
  --header 'Content-Type: application/logout+jwt' \
  --data '"<string>"'
{
  "revoked": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt

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

Body

application/logout+jwt

The body is of type string.

Response

200 - application/json

The request has succeeded.

revoked
boolean
required