Logout User
Logout a user by invalidating their access and refresh tokens. Requires a valid refresh token.
Responses | ||
---|---|---|
200 Successful Response
| ||
404 Not found |
Logout a user by invalidating their access and refresh tokens. Requires a valid refresh token.
Responses | ||
---|---|---|
200 Successful Response
| ||
404 Not found |
logout_user_v1_scribe_user_auth_logout_post
POST /v1/scribe/user/auth/logout
curl -L -X POST 'https://api.dice.health/v1/scribe/user/auth/logout' \
-H 'Accept: application/json'