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)