gi-nx / deleteRawSections
ts
function deleteRawSections(ids: string[], ignoreNotFound?: boolean): void;Parameters
| Parameter | Type | Description |
|---|---|---|
ids | string[] | Array of section IDs to delete |
ignoreNotFound | boolean | If true, skip IDs that don't exist (default: false) |
Returns
void
Promise that resolves when deletion is complete