Revoke a Token

POST {{baseUrl}}/1/oauth/revoke?client_id=nostrud cillum sed in&client_secret=nostrud cillum sed in&token=nostrud cillum sed in

Revoke an access_token or a refresh_token.

Request Params

KeyDatatypeRequiredDescription
client_idstring(Required) The client ID you created for your application.
client_secretstring(Required) The client secret you created for your application.
tokenstring(Required) The token to revoke.

RESPONSES

status: OK

{}