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
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | (Required) The client ID you created for your application. | |
client_secret | string | (Required) The client secret you created for your application. | |
token | string | (Required) The token to revoke. |
RESPONSES
status: OK
{}