Unbind an SSO connection from an organization
/api/v1/organizations/{id}/sso-connections/{connectionId}Removes the binding; logins through the connection fall back to the Environment's placement. Existing memberships are untouched. Returns 404 when the connection is not bound to this organization. Requires the hierarchy.manage permission at the organization and emits organization.sso_connection.unbound.
Authentication
Bearer Token
Authorization Option A JWT access token
API Key
X-API-Key Option B API key for management-tier access
Path Parameters
idstring Required connectionIdstring Required Responses
Connection unbound
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-connections/value" \ -H "X-API-Key: $CANOPY_API_KEY"
HTTP/1.1 204 Connection unbound (empty body)
Tell us how we can improve this guide.