Interface NetworkLabelService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    NetworkLabelService

    public static interface NetworkLabelService.RemoveResponse
    extends Response
    Removes a label from a logical network. For example, to remove the label `exemplary` from a logical network having id `123` send the following request: [source] ---- DELETE /ovirt-engine/api/networks/123/networklabels/exemplary ----