Interface NicNetworkFilterParameterService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    NicNetworkFilterParameterService

    public static interface NicNetworkFilterParameterService.RemoveResponse
    extends Response
    Removes the filter parameter. For example, to remove the filter parameter with id `123` on NIC `456` of virtual machine `789` send a request like this: [source] ---- DELETE /ovirt-engine/api/vms/789/nics/456/networkfilterparameters/123 ----