Delete tasks matching id list given in parameter.
See it as a way to batch delete tasks.
Path parameters
-
project_id
Required
POST
/actions/projects/{project_id}/delete-tasks
curl \
--request POST 'http://api.example.com/actions/projects/{project_id}/delete-tasks' \
--header "Authorization: $API_KEY"