Skip to content

gi-nx


gi-nx / deleteRawSections

ts
function deleteRawSections(ids: string[], ignoreNotFound?: boolean): void;

Parameters ​

ParameterTypeDescription
idsstring[]Array of section IDs to delete
ignoreNotFoundbooleanIf true, skip IDs that don't exist (default: false)

Returns ​

void

Promise that resolves when deletion is complete