Item.Delete

Deletes an Item and all of its data.

NOTE: There is no validation for a delete operation. It is the responsibility of the calling app to validate that it is safe to delete the item, or to handle any broken references appropriately.

Signature

1
void delete(SessionContext context,Id itemId)

Flow Diagram

Success

Item.Delete Flow Diagram Success

Error in any plug-in (index as example)

Item.Delete Flow Diagram Error