NSX-T Data Center REST API

PolicyEdgeTransportNodeDeleteRequestParameters (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "DeleteRequestParameters"
  },
  "id": "PolicyEdgeTransportNodeDeleteRequestParameters",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "force": {
      "default": false,
      "description": "If the delete API fails to delete edge, this flag is used to forcibly delete the stale edge node from the system",
      "nsx_feature": "SimplifyEdgeInstallAndOperationPhase2",
      "title": "Delete edge node forcefully from the system",
      "type": "boolean"
    }
  },
  "title": "Edge Node delete request parameters",
  "type": "object"
}