# 文書を削除する

弁護革命に登録した文書はいつでも削除することができます。削除操作は他のユーザーにも影響します。

## 1件ずつ削除する

![](/files/-MZ5gTZA1SkvI0xwL3es)

文書レコードを右クリックすると、「削除」というメニューがあります。 これをクリックしてください。

## まとめて削除する

![](/files/-MZ5gpecsNOpoqLtpGtV)

テーブル左上のチェックマークをクリックすると、「まとめて操作」モードになります。\
削除したい文書をチェックして、「削除」をクリックします。

{% content-ref url="/pages/-MXaIc91UTY9AcO8lP4Y" %}
[まとめて操作](/guide/document-db/multi-edit.md)
{% endcontent-ref %}

## 削除したデータはどうなるか？

削除したデータはシステム上で非表示になりますが、PC上には残っています。 誤ってデータを削除した場合でも、復旧ができるようにするための仕様です。

「削除」したファイルは下記のフォルダに温存されます。&#x20;

`プロジェクト名[弁護革命system]/__Document__/__deleted__`

完全にデータを削除したい場合には、手動で、上記フォルダ内のデータを削除して下さい。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bengo-kakumei.jp/guide/document-db/delete.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
