Skip to main content
GET
/
api
/
core
/
saml
/
logout
Logout and clear site data
curl --request GET \
  --url https://api.example.com/api/core/saml/logout \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Query Parameters

org_id
string | null

Organization ID to pass to the login page

Response

Successful Response