Logout
curl --request POST \
--url https://staging.api.prexsell.com/v2/auth/logoutAuth
Logout
Revokes the current session and clears auth cookies. If the token is missing or already expired, cookies are still cleared and the response is 204.
POST
/
v2
/
auth
/
logout
Logout
curl --request POST \
--url https://staging.api.prexsell.com/v2/auth/logoutResponse
204
Session revoked and cookies cleared.
โI
