Podio API Documentation
Tasks: Delete task
Deletes the task with the given id.
Usage
- PHP Client
-
PodioTask.php
PodioTask::delete( $task_id );
- Ruby Gem
-
task.rb
Podio::Task.delete( id )
Parameters
- task_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