Skip to main content
POST
/
api
/
core
/
saml
/
logout
Logout and clear site data
curl --request POST \
  --url https://api.example.com/api/core/saml/logout \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

204

Successful Response