I deleted my question by mistake, and moved off of that page. Now when I try to ask the same question, it says I have a duplicate question, but when I click on the link of that question it says, "Page not found."

Where should I look for that deleted question to undelete it?

share|improve this question
3  
I'm guessing you mean this one: stackoverflow.com/questions/6987173/… , I've undeleted it for you. – Kev Aug 8 '11 at 19:42
Thanks a Bunch Kev :) – Pak Aug 8 '11 at 19:50
@Kev Can I ask you how were you able to find it? I have more than 10k rep on SO. If I delete one of my questions, will I be able to see it somewhere or will I need to search it "manually"? – xanatos Oct 21 '11 at 14:27

3 Answers

up vote 10 down vote accepted

It is not possible for users under 10k reputation to see their deleted questions (that feature request is here, and has been officially declined).

Otherwise, your only option is to flag one of your questions for moderator attention and ask for them to undelete the question you accidentally deleted. You'll need to use the box marked as "other", and provide them with some explanation of which question it is that you want undeleted. Moderators can see all of the questions you've asked listed in your profile, even the deleted ones.

(In this case, Kev has already undeleted your question, so you don't have to do anything.)

share|improve this answer
2  
(Lunboks figured out a way; see that answer.) – Arjan May 17 '12 at 18:16

If you still have access to the question URL, and thus its ID, you can undelete it yourself — but it requires a bit of trickery.

Technically, you are allowed to undelete your own questions, you just can't get to the button that allows you to do so. You can just send the undelete request anyway.

Open Stack Overflow (or the SE site that your question is on), and paste the following into your address bar, or your JavaScript console or what have you.

javascript:void($.post("/posts/<post ID>/vote/11", {fkey: StackExchange.options.user.fkey}))

Substitute your question's post ID, hit enter, and it should pop right back up. (Vote type #11 is undeletion.)

share|improve this answer
Note that Chrome will remove the javascript: part when pasting, so add that yourself. And apparently Firefox doesn't allow this in the location bar anymore at all. But: nice :-) – Arjan May 17 '12 at 18:12
@Arjan, this code is working fine at my end and undeleted the question as well. thanks. – Nilish May 17 '12 at 18:14
@Arjan Worked for me on Firefox 12, but there's probably a setting or something that I changed and forgot about. – lunboks May 17 '12 at 18:15
This worked for me under Safari 6.0.1 after replacing the /posts/<ID> with /questions/<ID>. – Blacklight Shining Oct 10 '12 at 8:10
Opening the console and pasting just the actual code would work as well you know... – jcolebrand Oct 26 '12 at 15:43
amazing hack this +1 – sehe Mar 10 at 20:48

Unless you got 10k+ reputation, your question is gone. See for example these questions:

As long as you do not refresh the page, you can edit and undelete the question.

share|improve this answer
So my option is to somehow try to juggle my content and re-post it? Because I think it compares the Content of the question and not just the Header, is that right? – Pak Aug 8 '11 at 19:43
@Pak As cody said, you can flag your question or answer, and explain what happened – BЈовић Aug 8 '11 at 19:56

You must log in to answer this question.

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