# Delete comment reply **DELETE /data/tasks/{task_id}/comments/{comment_id}/reply/{reply_id}** Delete a specific reply from a comment. Only the reply author or administrators can delete replies. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **task_id** () Unique identifier of the task - **comment_id** () Unique identifier of the comment - **reply_id** () Unique identifier of the reply ## Responses ### 200 Reply successfully deleted [Powered by Bump.sh](https://bump.sh)