NSX-T Data Center REST API
Remove service VMs either as standalone or HA (Deprecated)
Undeploy one service VM as standalone or two service VMs as HA. Associated deployment information and instanceruntime will also be deleted once service VMs have been un-deployed successfully.
Deprecated: This API has been deprecated, please use below Policy API
DELETE /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id> DELETE /policy/api/v1/infra/tier-1s/<tier-1-id>/locale-services/<locale-service-id>/service-instances/<service-instance-id>
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/serviceinsertion/services/<service-id>/service-instances/<service-instance-id>/instance-runtimes?action=delete
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    n/a
  Example Request:
POST https://<nsx-mgr>/api/v1/serviceinsertion/services/564dab50-63a0-8b4f-a1f8-20e4d36efc3b/service-instances/564dab50-63a0-8b4f-a1f8-20e4d36efc3c/instance-runtimes?action=deleteSuccessful Response:
Response Code:
                202 Accepted
              Response Headers:
                  n/a
                Response Body:
    n/a
  