Remove token
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | (Required) Format of the response: json | |
auth_token | string | (Required) The access token or refresh token to revoke. | |
client_id | string | (Required) The ID of the registered application that was used to generate the token to be revoked. An application can only revoke its own tokens; if the client id does not match the one from which the token was generated, the token will not be revoked. | |
token_type_hint | string | access_token |
RESPONSES
status: OK
{"error":{"code":400,"message":"Invalid client_id","details":[]}}