aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2015-03-09 15:46:07 +0000
committerDave Whiteland <dave@mysociety.org>2015-03-09 15:46:07 +0000
commit8b9c00d5d6775bcb5eff2c3140301d9286d001a7 (patch)
tree81c111c57c7dc6b64adb944ce82fcc457954a852
parentd020c7e5afeaf159930ed96a04a22669c65caac6 (diff)
add warning against deleting to Managing Request page
-rw-r--r--docs/running/requests.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/running/requests.md b/docs/running/requests.md
index edecb0462..4feb3d291 100644
--- a/docs/running/requests.md
+++ b/docs/running/requests.md
@@ -272,12 +272,19 @@ them of what you've done.
## Deleting a request
You can delete a request entirely. Typically, you only need to do this if
-someone has posted private information.
+someone has posted private information. If you delete a request, any responses that it has already received will be
+destroyed as well.
+
+<div class="attention-box warning">
+ Deleting a request destroys it. There is no &ldquo;undo&rdquo; operation.
+ If you're not sure you want to do this, perhaps you should
+ <a href="#hiding-a-request">hide the request</a> instead.
+</div>
Go to the <a href="{{ site.baseurl }}docs/glossary/#admin" class="glossary__link">admin interface</a>,
click on **Requests**, then click on the title of the request you want to delete.
Click the **Edit metadata** button. Click on the red **Destroy request entirely**
-button.
+button at the bottom of the page.
Responses to a deleted request will be sent to the
<a href="{{ site.baseurl }}docs/glossary/#holding_pen" class="glossary__link">holding pen</a>.