Skip to content

client API methods delete

Steve edited this page Apr 29, 2020 · 1 revision

deleteFile(path: string, httpOptions?: IHTTPOptions): Promise<boolean>

Delete a single file.

deleteDirectory(path: string, httpOptions?: IHTTPOptions): Promise<boolean>

Delete a single directory including its content.

Clone this wiki locally