# レコードの削除

選択したレコードは一括で削除することが可能です。レコードの削除には以下の手順に従います。

1. 「レコード選択チェックボックス」をクリックし、削除したいレコードを選択します。
   * Shiftキーを押しながらチェックボックスをクリックすることで、特定範囲のレコードを一度に選択／選択解除することが可能です。
2. キーボードからDeleteキーあるいはBackspaceキーを押しします。
3. 確認ダイアログが表示されるので、右下に表示されている「削除」ボタンをクリックして、レコードを削除します。

キーボードによるショートカットキーだけでなく、コンテキストメニューからのレコードの削除も可能です。削除を行いたいレコードを選択した状態で右クリックすると、コンテキストメニューが表示され、レコードを削除できます。

{% hint style="info" %}
シートに対して「レコードの削除」操作の許可が設定されていない場合は、レコードの削除はできません。
{% endhint %}


---

# 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.mashmatrix.com/mashmatrix-sheet/ja/functions_about_editing_data/delete_records.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.
