curl https://api.thanxsandbox.com/oauth/revoke \ -X POST \ -H "Content-Type: application/json" \ -d '{ "client_id": "${client_id}", "client_secret": "${client_secret}", "token": "${token}" }'
{}
Use this endpoint to revoke a user’s access token.