Delete comment
Delete a comment by its ID. Returns empty response on success. Updates task status if comment had status change.
DELETE
/data/comments/{instance_id}
curl \
--request DELETE 'http://api.example.com/data/comments/a24a6ea4-ce75-4665-a070-57453082c25' \
--header "Authorization: $API_KEY"