Skip to main content

Revoke an OAuth 2.0 token

DELETE 

/token/:access_token

Revoke an OAuth 2.0 token

Request

Path Parameters

    access_token stringrequired

    The access token to be revoked

Responses

Token successfully revoked

Schema
    message string
Loading...