| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE file path |
page | number | Page index to delete (starts from 0) |
APIResponse<boolean>:result === trueindicates deletion succeeded
Delete a page from a note file.
| Parameter | Type | Description |
|---|---|---|
NOTEPath | string | NOTE file path |
page | number | Page index to delete (starts from 0) |
APIResponse<boolean>:
result === true indicates deletion succeeded