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.

Path parameters

  • id string Required

    The unique identifier of the organization.

  • ssoConnectorId string Required

    The unique identifier of the sso connector.

Responses

  • The SSO connector was removed successfully.

  • Bad Request

  • Unauthorized

  • Forbidden

  • The SSO connector could not be removed. The SSO connector may not exist.

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"