Skip to main content

Revoke access token

POST 

/oauth2/revoke

Revoke access token.

History​

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request​

Body

    client_id stringrequired

    The "Client ID" obtained from creating an OAuth application.

    client_secret stringrequired

    The "Client Secret" obtained from creating an OAuth application.

    access_token stringrequired

    Access token.

Responses​

Request successful.

Loading...