To allow user to sign out an Oauth2 client.

URL Parameters

None

Example Request

URL

For Production: POST https://accounts.avayacloud.com/oauth2/revoke_token
For Staging: POST https://onesnastaging.esna.com/oauth2/revoke_token

Headers

content-type: application/x-www-form-urlencoded

Form Parameters

KeyValue
client_id[client_id]
refresh_token[refresh_token]
grant_typerevoke_token

Example Response

Returns http status code 200 if successful and http error status otherwise.