| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE/DOC file path |
page | number | Page index (starts from 0) |
numsInPage | number[] | Element indices in the page to delete |
APIResponse<boolean>:result === trueindicates the deletion succeeded
Delete existing page elements (only existing elements can be deleted).
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE/DOC file path |
page | number | Page index (starts from 0) |
numsInPage | number[] | Element indices in the page to delete |
APIResponse<boolean>: result === true indicates the deletion succeeded