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).
The VMware Identity Services tenant ID
my-tenant
The token that the client wants to get revoked
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.
The token revocation was successful.
Client ID in authorization is not found or token issued to a different client.
The request contains an invalid authorization header.