I was wondering what circumstances can cause a question or answer to be deleted, and what that actually means:

  • How can a post be deleted?
  • When can't I delete my own post?
  • How can I undelete one of my posts?
  • What does deletion mean for a post?
  • What else should I know about deleted posts?

Return to FAQ index

link|improve this question
feedback

migrated from stackoverflow.com Jul 14 '09 at 14:39

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 33 down vote accepted

How can a post be deleted?

  1. You can typically delete your own posts at will; for exceptions, see "When can't I delete my own post?" below.
  2. Moderators can delete any post.
  3. Users with reputation >= 10k (more precisely, the “moderator tools” privilege; 2k on beta sites) can vote to delete questions that have been closed for 48 hours. It takes three votes to delete; more if the question is popular.
  4. Users with reputation >= 20k (more precisely, the “trusted user” privilege; 4k on beta sites) are not subject to the 48-hour waiting period for deleting closed questions. They may also delete answers of score -1 or lower. It takes three votes to delete.
  5. The system will automatically delete any post flagged six times as offensive or spam.
  6. The system will automatically delete unlocked, unanswered questions that have negative score after 30 days.
  7. The system will automatically delete unlocked, unanswered questions with score of zero (or one if the owner is deleted), fewer than 1.5 views per day on average, and fewer than two comments after a 365 days.

When can't I delete my own post?

You can't delete answers that have been accepted.

You can't delete any question that:

  • has an upvoted answer, or
  • multiple answers (even if there are no upvotes), or
  • has been closed for less than 48 hours

You can't delete any of your questions or answers if you haven't registered your account (i.e. associated an OpenID with it).

How can I undelete one of my posts?

Self-deleted answers can be viewed, edited, and undeleted by their original authors.

For questions, this is generally not possible, except in these two situations:

  1. Immediately after you delete a question, it will change color to indicate that it is deleted, and an undelete link will appear. If you have less than 10k reputation, you will not be able to see the link — or any part of the question — after you leave the page.

  2. If and when you reach 10k reputation on a site, you see all of that site's deleted posts. They remain unsearchable, but if you know the URL of your deleted question or marked it as a "favorite" before deleting it, you can visit it directly and use the undelete link. If you were not the deleter, you may need to wait for other 10k users to cast additional undelete votes.

If neither of these situations applies to you, you can ask a moderator to undelete one of your questions by flagging one of your other posts and writing a note in the "other" section explaining the situation.

What does deletion mean for a post?

Deleted posts are usually not physically deleted (i.e. removed from the system); they're just hidden (AKA soft-deleted). This means they won't appear in search results or data dumps, and normal users following links to them will see a 404 (not found) page.

If you actually want your post to be permanently deleted, submit a moderator flag or e-mail the team using the "contact us" in the footer of every page.

Moderators, and normal users with >=10k reputation, see all deleted posts. Moderators are able to undelete any deleted post. "10kers" may vote to undelete deleted questions (it takes three votes to undelete), but cannot undelete deleted answers.

What else should I know about deleted posts?

  • Reputation changes from votes (both up and down) on deleted posts (including answers to a deleted question) are nullified when reputation is recalculated.

  • Reputation lost as a penalty for having a post deleted by flagging is not returned.

  • The first time you delete your own post that has a score of three or higher, you will earn a Disciplined badge.

  • The first time you delete your own post that has a score of negative three or lower, you will earn a Peer Pressure badge.

  • Answers are automatically deleted when the question they're attached to is deleted.

How do votes to delete work?

link|improve this answer
1  
i don't think it's true that you have to register to be able to delete your own posts. Is this something that used to be true? – Eddie Mar 22 '09 at 4:22
How long after you delete an answer with 3+ downvotes are you awarded the peer pressure badge? Is this supposed to be immediate? – Eddie Mar 22 '09 at 4:23
Badges are awarded on a regular basis. There is a background process that runs every once in a while that updates and awards badges. – jjnguy Mar 22 '09 at 4:32
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged