Delete given comment reply.

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

Responses

  • Given comment reply deleted

DELETE /data/tasks/{task_id}/comments/{comment_id}/reply/{reply_id}
curl \
 --request DELETE http://api.example.com/data/tasks/{task_id}/comments/{comment_id}/reply/{reply_id} \
 --header "Authorization: $API_KEY"