<!ELEMENT remove-item EMPTY>

The <remove-item> tag is a procedural tag for removing items from the repository.

Parent: <gsa-template>, <transaction>

Attributes

Attribute

Description

item-descriptor

The item descriptor to use when removing an item (required)

id

RepositoryId of the item to remove (required)

tag

If you added your item with an <add-item> tag using the tag attribute, a <remove-item> tag in the same XML file can refer to that item with the tag.

remove-references-to

Boolean. If true, items that reference the item to remove are removed also.

Default: false