Delete Item
Delete an item that is no longer is no longer required.
When items are deleted they are moved to the deleted items folder.
- Connect to the configuration web service.
- Set the unique identifier of the item to be deleted.
- The user must have the delete permission for the item.
- If the item is a container or customer all child item are also deleted.
Code Sample
# Delete the item.
$xia.DO_DeleteItem(1234);