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:

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