Delete Comment

DELETE /api/comment/delete

Deletes a comment

DELETE /api/comment/delete
curl \
 -X DELETE http://api.example.com/api/comment/delete \
 -H "Authorization: Bearer $ACCESS_TOKEN"