Delete time spent by a person on a task for a given day.
DELETE /actions/tasks/{task_id}/time-spents/{date}/persons/{person_id}
curl \
-X DELETE http://api.example.com/actions/tasks/{task_id}/time-spents/{date}/persons/{person_id}