Skip to main content

Logout a patient

POST 

/jwt/logout

This route will revoke all existing refresh tokens and invalidate them. Once a user calls this route, they will need a new pair of session tokens (access and refresh) from your server.

Request

Body

required
    refresh_token stringrequired

Responses

The resource was deleted successfully.

Loading...