Remove organization JIT SSO connector
Remove an enterprise SSO connector for just-in-time provisioning of users in the organization.
Path parameters
-
The unique identifier of the organization.
-
The unique identifier of the sso connector.
DELETE /api/organizations/{id}/jit/sso-connectors/{ssoConnectorId}
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id}/jit/sso-connectors/{ssoConnectorId} \
-H "Authorization: Bearer $ACCESS_TOKEN"