Revoke Token API Send a revoke token request to remove the client permissions associated with a valid token. Name /access_token Description Revoke the permissions associated with a valid access token. Revoke Token Request To send a request to revoke an access, use the following parameters to the query component of the authorization endpoint URI using the "application/x-www-form-urlencoded" format: Table 141 Token Validation Request Parameters Parameter Description access_token Specifies the access_token issued by the authorization server. Required. Revoke Token Request Example Send the following HTTP DELETE request to revoke an access token: DELETE /asg/oauth2/access_token/{tokenID} HTTP/1.1 Host: server.example.com Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW Content-Type: application/x-www-form-urlencoded