Skip to main content
POST
/
v1
/
auth
/
logout
cURL
curl --request POST \
  --url https://api.example.com/v1/auth/logout \
  --header 'Content-Type: application/json' \
  --data '{}'
This response has no body data.

Body

application/json

Request to logout current user session.

Response