LogicalSwitchDeleteParameters (type)

{
  "additionalProperties": false, 
  "id": "LogicalSwitchDeleteParameters", 
  "module_id": "LogicalSwitch", 
  "properties": {
    "cascade": {
      "default": false, 
      "required": false, 
      "title": "Delete a Logical Switch and all the logical ports in it,\nif none of the logical ports have any attachment.\n", 
      "type": "boolean"
    }, 
    "detach": {
      "default": false, 
      "description": "If this is set to true, then logical switch is deleted regardless of whether or not it is added to NSGroup. If cascade is set to true in the meantime, then logical switch and all logical ports are deleted regardless of whether any logical port in this switch has attachments.", 
      "required": false, 
      "title": "Force delete a logical switch", 
      "type": "boolean"
    }
  }, 
  "type": "object"
}