> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/input-features/custom-master/settings-in-manager/maintenance.md).

# カスタムマスターメンテナンス（「削除情報」の破棄）

## **削除情報とは**

カスタムマスターの「削除情報」とは、過去に削除したレコード情報を指します。\
この削除情報は、カスタムマスターのレコードを削除後もアプリ側とのマスター同期のために保持され、破棄されません。\
これが溜まりすぎると、カスタムマスターの同期レスポンスが低下します。

「削除情報」を破棄するのが、「カスタムマスターメンテナンス」機能です。

<div align="left"><figure><img src="/files/AssVxtffkT3VjGux5M2x" alt=""><figcaption></figcaption></figure></div>

## **カスタムマスターメンテナンス操作**

i-Repo Managerの「システム管理」 ＞ 「カスタムマスターメンテナンス」で、削除レコードを破棄します。 \
操作するには以下の権限が必要です。

* &#x20;「システム管理 ＞ 削除」 または 「システム管理 ＞ データー管理 ＞ 削除」&#x20;
* 「カスタムマスター ＞ メンテナンス」

<div align="left"><figure><img src="/files/yDGrvtNHJclX65U3igTx" alt=""><figcaption></figcaption></figure></div>

## **注意点**

マスター削除情報を削除すると、まだ同期が終了していないi-Reporterアプリにはレコードが残り続けます。

**カスタムマスター設定を「ローカル保存“する”」の場合**

本機能は、必ず下記いずれかの条件を満たしたうえで実行ください。

* すべてのi-Reporterアプリ端末のローカルマスター同期が完了している

または

* すべてのi-Reporterアプリ端末のローカルマスターを削除する

**カスタムマスター設定を「ローカル保存“しない”」の場合**

* 条件なく実行可能　


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manuals.i-reporter.jp/input-features/custom-master/settings-in-manager/maintenance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
