auth revoke
GET {{baseUrl}}/auth.revoke?test=<boolean>
Revokes a token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
test | string | Setting this parameter to 1 triggers a testing mode where the specified token will not actually be revoked. |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e","revoked":"\u003cboolean\u003e"}