dropboxDelete | |||||||||||||
Type | command | ||||||||||||
Dictionary | library.dropbox | ||||||||||||
Library | Dropbox Library | ||||||||||||
Syntax |
| ||||||||||||
Associations | com.livecode.library.dropbox | ||||||||||||
Summary | Delete the file or folder at a given path. | ||||||||||||
Parameters |
| ||||||||||||
Values |
| ||||||||||||
Description | If the path is a folder, all its contents will be deleted too. A successful response indicates that the file or folder was deleted. The returned metadata will be the corresponding FileMetadata or FolderMetadata for the item at time of deletion, and not a DeletedMetadata object. If the callback parameter is not empty the request will be asynchronus and when complete the callback will be sent to the object that accessed the API. The callback will be sent with three parameters:
|