Delete a comment corresponding at given ID.

DELETE /data/tasks/{task_id}/comments/{comment_id}

Path parameters

Responses

  • Comment corresponding at given ID deleted

DELETE /data/tasks/{task_id}/comments/{comment_id}
curl \
 -X DELETE http://localhost:8080/api/data/tasks/{task_id}/comments/{comment_id}