To delete partner services, make an API call . Before you make the API call to delete partner services or SVMs deployed on a host, you need to do the following from the NSX Manager user interface.

To delete partner services:

Procedure

  1. Remove EPP rules applied to VM groups running on the host.
  2. Remove service profile protection applied to VM groups.
  3. To remove solution binding SVMs with partner service manager, make the following API call.
    /DEL https://<NSX_Manager_IPaddress>/api/v1/serviceinsertion/services/{{service_id}}/solution-configs/<solution-config-id>
  4. To delete the service deployment, make the following API call.
    /DEL https://<NSX_Manager_IPaddress>/api/v1/serviceinsertion/services/<service-id>/service-deployments/<service-deployment-id>
    Refer to the NSX-T Data Center API guide for more information on API parameters.