Skip to main content
POST
/
auth
/
signout
Sign Out
curl --request POST \
  --url http://localhost:3000/api/auth/signout
{
  "success": true
}

Response

200 - application/json

User signed out successfully

success
boolean
required

Whether the operation was successful