delete https://example.com/v1/oauth/token
This API request allows you to delete 'access_token' you received during authorization process (look 'Get Access Token' API method for more details).
Response status codes:
200 - token has been successfully deleted
400 - header parameter 'Authorization' has invalid form
401 - you specified token that doesn't exists
500 - if unhandled and unexpected exception happened