-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Documentation
-
Interfaces