NSX-T Data Center REST API

VirtualNetworkApplianceDeleteRequestParameters (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "DeleteRequestParameters"
  },
  "id": "VirtualNetworkApplianceDeleteRequestParameters",
  "module_id": "NetworkAppliance",
  "properties": {
    "force": {
      "default": false,
      "description": "If the delete API fails to delete the virtual network appliance, this flag is used to forcibly delete the stale virtual network appliance from the system.",
      "title": "Delete virtual network appliance forcefully from the system",
      "type": "boolean"
    }
  },
  "title": "Virtual Network Appliance(VNA) delete request parameters",
  "type": "object"
}