Permanently removes the comment identified by comment_id. Only the original author can delete their own comment.
cURL
curl --request DELETE \ --url https://api.superthread.com/v1/{team_id}/comments/{comment_id}
{ "error": { "id": "err5f744ab", "code": 403, "sec": "SEC:000-010011", "message": "You do not have access to this resource", "date": 1608742037016 } }
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Comment ID is a numerical string that identifies a Comment.
comment successfully deleted