NSX-T Data Center REST API

LogicalPortDeleteParameters (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "id": "LogicalPortDeleteParameters",
  "module_id": "LogicalPort",
  "properties": {
    "detach": {
      "default": false,
      "description": "If this is set to true, then logical port is deleted regardless of whether it has attachments, or it is added to any NSGroup.",
      "required": false,
      "title": "force delete even if attached or referenced by a group",
      "type": "boolean"
    }
  },
  "type": "object"
}