cURL
curl --request POST \ --url https://api.example.com/api/activity/tasks.delete \ --header 'Content-Type: application/json' \ --data ' { "id": "872815618512410358" } '
Delete a task from a project.
"872815618512410358"
Task deleted.