Interface TagService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    TagService

    public static interface TagService.RemoveResponse
    extends Response
    Removes the tag from the system. For example to remove the tag with id `123` send a request like this: .... DELETE /ovirt-engine/api/tags/123 ....