Delete SSO Config
Remove the organisation's SSO configuration.
Authorization: caller must be the owner.
Deletes the corresponding Keycloak identity provider before removing the local config row, so the two stay in sync.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
curl -X DELETE "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/sso"Empty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}