LogicalPortDeleteParameters (type)

{
  "additionalProperties": false, 
  "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"
}