Delete a file or folder
Deletes the file or folder at the given path. Supply the full Dropbox path in Path. The operation returns metadata for the deleted item.
SELECT *
FROM delete
WITH (Path='/path/to/file/in/dropbox/I/want/to/delete.dat')
Deletes the file or folder at the given path. Supply the full Dropbox path in Path. The operation returns metadata for the deleted item.
SELECT *
FROM delete
WITH (Path='/path/to/file/in/dropbox/I/want/to/delete.dat')