doc_delete_blocks
Delete child blocks from a Feishu wiki document by giving a parent block ID and a start-to-end position range. This removes the specified blocks from the parent block.
Instructions
删除飞书文档指定父块下的子块(按位置区间)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block_id | Yes | 父块 ID | |
| end_index | Yes | 删除结束位置(不含) | |
| document_id | Yes | 文档 ID | |
| start_index | Yes | 删除起始位置(含,0-based) |