Delete a comment for an article
Delete a comment for an article. Auth is required
DELETE
/articles/comments/{id}
curl \
--request DELETE '/api/articles/comments/{id}' \
--header "Authorization: $API_KEY"
Response examples (422)
{
"errors": {
"body": [
"string"
]
}
}