Delete given comment reply.
Path parameters
-
task_id Required
-
comment_id Required
-
reply_id Required
DELETE /data/tasks/{task_id}/comments/{comment_id}/reply/{reply_id}
curl \
-X DELETE http://api.example.com/data/tasks/{task_id}/comments/{comment_id}/reply/{reply_id}