# Delete Records

Selected records can be deleted all at once. Follow the steps below to delete records.

1. Click reecord Selection checkboxex and select the records you want to delete.
   * By holding down the Shift-key and clicking the check box, it is possible to select / deselect records in a specific range at once.
2. Press the Delete key or Backspace key from the keyboard.
3. Since the confirmation dialog is displayed, click the "Delete" button displayed at the bottom right to delete the records.

In addition to keyboard shortcut keys, records can also be deleted from the context menu. By right-clicking with the records you wish to delete selected, a context menu will appear, from which you can delete the records.

{% hint style="info" %}
If the "Delete Records" operation is not allowed for the sheet, no records can be deleted.
{% 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/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.
