> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Blocks operations

> Blocks operation reference from the canonical Document API contract.

[Back to full reference](../index)

Block-level structural operations.

| Operation                                                                                                                                                                            | Member path          | Mutates | Idempotency   | Tracked | Dry run |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- | ------- | ------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/blocks/list"><code>blocks.list</code></a></span>                | `blocks.list`        | No      | `idempotent`  | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/blocks/delete"><code>blocks.delete</code></a></span>            | `blocks.delete`      | Yes     | `conditional` | No      | Yes     |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/blocks/delete-range"><code>blocks.deleteRange</code></a></span> | `blocks.deleteRange` | Yes     | `conditional` | No      | Yes     |
