curl --request DELETE \
--url https://api.example.com/api/public/tasks/{id}{
"status": "success"
}Soft deletes a task by ID. The task will be marked as deleted but not permanently removed from the database. Associated interactive notes will also be deleted.
curl --request DELETE \
--url https://api.example.com/api/public/tasks/{id}{
"status": "success"
}Was this page helpful?