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

{
  "TokenId": "string"
}

Response Example (200)

Response Type /definitions/restRevokeResponse

{
  "Message": "string",
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top