Revoke

Revoke

This endpoint is responsible for invalidating the actual token and, if applicable, other tokens based on the same authorization grant and the authorization grant itself. Note that the request payload must be in urlencoded form format (not JSON).

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

The VMware Identity Services tenant ID

tenant example
my-tenant

Request Body
TokenRevokeFormData of mimetype application/x-www-form-urlencoded
Optional
string As ^[a-zA-Z0-9+/\-_=.]+$
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.

Possible values are : access_token, refresh_token,
Authentication
This operation uses the following authentication methods.
Responses
200

The token revocation was successful.

Operation doesn't return any data structure

400

Client ID in authorization is not found or token issued to a different client.

Operation doesn't return any data structure

401

The request contains an invalid authorization header.

Operation doesn't return any data structure