Revoke

Revoke

A revocation request will invalidate the actual token and, if applicable, other tokens based on the same authorization grant and the authorization grant itself.

Request
URI
POST
https://{api_host}//acs/t/{TENANT}/revoke
COPY
Path Parameters
string
TENANT
Required

TENANT


Request Body
revoke_request of mimetype application/x-www-form-urlencoded
Optional
string
token
Required

The token that the client wants to get revoked

string
token_type_hint
Optional

A hint about the type of the token submitted for revocation. Clients MAY pass this parameter in order to help the authorization server to optimize the token lookup.

Authentication
This operation uses the following authentication methods.
Responses
200

Token revocation successful.

Operation doesn't return any data structure

400

Client Id in authorization is not found or token issued to different client

Operation doesn't return any data structure

401

Invalid authorization header

Operation doesn't return any data structure

503

The token revocation failed and should be retried.

Operation doesn't return any data structure