Delete attachment linked to a comment matching given ID.
Path parameters
-
task_id Required
-
comment_id Required
-
attachment_id Required
DELETE /data/tasks/{task_id}/comments/{comment_id}/attachments/{attachment_id}
curl \
-X DELETE http://api.example.com/data/tasks/{task_id}/comments/{comment_id}/attachments/{attachment_id}