AUTH
Revoke the access token provided.
Only Admin Permission or self revoke can access this information.
Available in 7.1.1 or later
Input Parameters
Type | Notation | Mandatory | Description | |
accessToken | String | <hash> | require | Access token desired to revoke |
cURL Example
curl -b cookies.txt -H "Content-Type: application/json" -X POST -d '{"accessToken":"0396c250111dcaef02058007bb72217e"}' http://192.168.1.1/api/auth.token.revoke
{ "stat": "ok", }