# Delete comment attachment **DELETE /data/tasks/{task_id}/comments/{comment_id}/attachments/{attachment_id}** Delete a specific attachment file linked to a comment. Only the comment author or project managers can delete attachments. ## 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 - **attachment_id** () Unique identifier of the attachment ## Responses ### 204 Attachment successfully deleted [Powered by Bump.sh](https://bump.sh)