POST /auth/logout
This endpoint invalidates the user’s session by revoking their tokens. This is an authenticated endpoint and requires a valid access token.Request Body
The refresh token to be revoked along with the access token.
Response
Indicates whether the logout was successful.
A confirmation message.