Skip to content

POST /a/auth/token/revoke

Revoke a JWT token

Body Parameters

Name Description Type Required
TokenId Pass a specific Token ID to be revoked. If empty, request will use current JWT string

Body Example

1
2
3
{
  "TokenId": "string"
}

Response Example (200)

Response Type /definitions/restRevokeResponse

1
2
3
4
{
  "Message": "string",
  "Success": true
}

Auto generated by Pydio Cells Enterprise Distribution v4.4.13 on 7-May-2025