POST
/
api
/
auth
/
invalidate
curl --request POST \
  --url http://localhost/api/auth/invalidate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form setCookie=true
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

Response

200
*/*
User successfully logged out
success
boolean