Revokes the current access token obtained via OAuth authorization.

Request

DELETE https://api.bytehand.com/v2/oauth/token

Authorization

Requires authorization and any access rights.

Response

Upon successful completion of the request, an object of type Response is returned.

Example

Request

DELETE https://api.bytehand.com/v2/oauth/token

X-Service-Key: ZO0XJngUXZKjlcFNpzXBbw4UriheYwlc

Response

Status Code: 200
Content-Type: application/json;charset=UTF-8
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache

{
  "result": "deleted"
}