Skip to main content

Delete a refresh token

DELETE 

/v2/modules/:module/setups/:setupId/tokens/:token

Revokes and permanently deletes a specific refresh token identified by its value. Only the token's owner, the user designated as the client's owner, or a global admin may perform this operation. Revoking a token immediately prevents it from being used to obtain new access tokens.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    token stringrequired

Responses

The refresh token was successfully revoked and deleted

Loading...