curl --request POST \
--url https://api.example.com/v1/auth/logout \
--header 'Content-Type: application/json' \
--data '{}'This response has no body data.Logs out the current user session. Permissions required: None
curl --request POST \
--url https://api.example.com/v1/auth/logout \
--header 'Content-Type: application/json' \
--data '{}'This response has no body data.Request to logout current user session.
Was this page helpful?