Revoke authentication token

POST https://{{host}}/o/revoke_token/

This service is used to revoke the oauth token returned by the service https://{{host}}/o/token/

By default, the token expires in one hour, however, this service can be used to revoke the token before default expiration.

Request Body

[{"name"=>"token", "value"=>"xxxxx", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"xxxxx", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring