Remove an organization's SSO connection
/api/v1/organizations/{id}/sso-connectionUnbinds the connection from the organization, unlinks it from the Environment, and deletes it. Existing memberships stay. Refused on a developer-managed connection. Requires hierarchy.manage or canopy:organization.manage at the organization.
Authentication
Bearer Token
Authorization Option A JWT access token. Never send alongside X-API-Key: a request carrying both is refused.
API Key
X-API-Key Option B API key for management-tier access. Never send alongside an Authorization header: a request carrying both is refused.
Path Parameters
idstring Required Responses
Connection removed
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
curl -X DELETE "https://auth.canopy-io.com/api/v1/organizations/value/sso-connection" \ -H "X-API-Key: $CANOPY_API_KEY"
HTTP/1.1 204 Connection removed (empty body)
Tell us how we can improve this guide.