I am having the same issue that Sean C. Smith posted about.
I want to allow users to delete their own comments, but I keep getting this message…
Error: This content does not exist or has already been deleted.
Here is my link code…
{exp:delete:link id="{comment_id}" type="review" template="review/delete" alert="false"}Delete Review{/exp:delete:link}
And here is my template code…
{exp:delete:delete_comment comment_id="{comment_id}" message_success="Your Review Has Been Deleted"}
Does anyone see what I am doing wrong?