* @param path the path to delete * @return false if the deleteion failed because the path exceeds the writeSizeLimit.
(path: string)
| 9 | * @return false if the deleteion failed because the path exceeds the writeSizeLimit. |
| 10 | */ |
| 11 | deletePath(path: string): Promise<boolean>; |
| 12 | |
| 13 | /** |
| 14 | * @param path the path to delete subpaths from |
no outgoing calls
no test coverage detected