deleteRow

Deletes the row at the specified index and removes it from storage.

Usage

await ds.deleteRow(0);

API

deleteRow(index: number): Promise<false | number>;

Last updated

Was this helpful?