Authentication
Invalidate session
DELETE/v1/auth/session
Revoke the current session and its refresh token, signing the user out. Subsequent requests with the access token return 401.
Request
curl --request DELETE \
--url https://api.sysos.app/v1/auth/session \
--header "Authorization: Bearer ACCESS_TOKEN" \
--header "Content-Type: application/json"
Response 204 No Content
Returns 204 No Content.