# Remove organization JIT SSO connector **DELETE /api/organizations/{id}/jit/sso-connectors/{ssoConnectorId}** Remove an enterprise SSO connector for just-in-time provisioning of users in the organization. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization. - **ssoConnectorId** (string) The unique identifier of the sso connector. ## Responses ### 204 The SSO connector was removed successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 422 The SSO connector could not be removed. The SSO connector may not exist. [Powered by Bump.sh](https://bump.sh)