So I just discovered this by accident because I wanted to delete a comment I had made on someone's profile.

I used the postman addon for chrome.

You take the base url for deleting comments on profiles:

gaiaonline.com/p/xxxxxx/?mode=deletecomment&cid=xxx

insert the commentid and the user id in the x's. (you can find the cid if you hover over the "report post" link, and it will have the userid_cid (ex. gaiaonline.com/gaia/report.php?r=30&rpost=999999_99)

Then, go into postman and put the url together in there. Then click the dropdown box to the right, and select "post".

Form should appear below with "key" and "value"

Under key, put "submit". Under value, put "Yes".

Comment will be deleted. You can use this to delete a comment made by anyone on anyone's profile. You could go to an admin's page if you wanted to and delete all the comments off of their profile.

Not sure how useful this would be to others, but it was entertaining, so I figured I would share.