ethAccount


Back to API doc top page.

Click here for a complete list of operations.

RevokeOauth2Token

Revoke an issued OAuth2 token by the current user.

Returns the number of tokens removed.

POST /ethAccount.asmx/RevokeOauth2Token HTTP/1.1
Host: wirelesstags.net
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "client_id":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "d":int
}