auth revoke

GET {{baseUrl}}/auth.revoke?test=<boolean>

Revokes a token.

Request Params

KeyDatatypeRequiredDescription
teststringSetting this parameter to 1 triggers a testing mode where the specified token will not actually be revoked.

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;revoked&quot;:&quot;\u003cboolean\u003e&quot;}