Interface AssignedTagService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    AssignedTagService

    public static interface AssignedTagService.RemoveResponse
    extends Response
    Unassign tag from specific entity in the system. For example to unassign the tag with id `456` from virtual machine with id `123` send a request like this: .... DELETE /ovirt-engine/api/vms/123/tags/456 ....