Skip to main content
POST
/
api
/
auth
/
logout
Logout user
curl --request POST \
  --url https://api.example.com/api/auth/logout
{
  "success": true,
  "message": "<string>"
}

Response

200 - application/json

Logged out successfully

success
boolean
message
string