Connections
Disable SSO connection
Deactivate an existing connection for the specified organization. When disabled, users cannot authenticate using this connection. This endpoint changes the connection state from enabled to disabled without modifying other configuration settings
patch/api/v1/organizations/{organization_id}/connections/{id}:disable
Path parameters
organization_idstring required
Unique identifier of the organization associated with the connection
idstring required
Unique identifier for the connection to be toggled
Response
Connection disabled successfully
Example response
{
"enabled": true,
"error_message": "placeholder"
}