Skip to main content
POST
/
api
/
captain
/
auth
/
logout
Logout
curl --request POST \
  --url http://localhost:63372/api/captain/auth/logout
{
  "ok": true
}

Response

200 - application/json

Success

ok
boolean
required
Example:

true