Podio API Documentation
Items: Delete item
Deletes an item and removes it from all views. The item can no longer be retrieved.
Usage
- PHP Client
-
PodioItem.php
PodioItem::delete( $item_id, $attributes = array(), $options = array() );
- Ruby Gem
-
item.rb
Podio::Item.delete( id )
Parameters
- item_id*
- Required.
- hook
True if hooks should be executed for the change, false otherwise.
Default value: true- silent
If set to true, the object will not be bumped up in the stream and notifications will not be generated.
Default value: false