DELETE
/
frontend
/
api
/
v1
/
auth
/
sign-out
Invalidate current JWT token session or invalidate all sessions
curl --request DELETE \
  --url https://{host}/frontend/api/v1/auth/sign-out \
  --header 'Authorization: Bearer <token>'
{
  "ret-url": null,
  "success": true
}

Authorizations

Authorization
string
header
required

API Key Security (Header).

Query Parameters

logout-all
boolean
default:false

Invalidate other sessions

ret-url
string<url> | null

Login return URL

Response

200
application/json

OK

The response is of type object.