Delete a path, recursively removing anything nested under it.
This method is optional. Backends that do not implement it should omit it; callers that need broad backend compatibility should check for support before calling.
delete(filePath: string): MaybePromise<DeleteResult>| Name | Type | Description |
|---|---|---|
filePath* | string | Absolute path to delete (a file, or a directory/prefix to remove recursively). |