Delete comment
DELETE
https://api.catenda.com/opencde/bcf/3.0/projects/{topic-board-id}/topics/{topic-id}/comments/{comment-id}
topic-board-idstringId of the topic board
topic-idstringTopic id
comment-idstringComment id
204No Content
curl --request DELETE \
--url https://api.catenda.com/opencde/bcf/3.0/projects/{topic-board-id}/topics/{topic-id}/comments/{comment-id} \
--header 'accept: application/json'