DELETE
/platform/comments/{comment}
curl \
--request DELETE 'https://domain.tld/api/v2/platform/comments/{comment}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthorized."
}