OAuth application owners can revoke a single token for an OAuth
application. You must use Basic Authentication
for this method, where the username is the OAuth application client_id and
the password is its client_secret.
DELETE /applications/:client_id/tokens/:access_token
Status: 204 No Content