Batch delete operations (/files/delete_batch).
Summary
Functions
Returns the status of an asynchronous job for delete_batch. If success, it returns list of result for each entry.
Delete multiple files/folders at once.
Functions
Returns the status of an asynchronous job for delete_batch. If success, it returns list of result for each entry.
Example
Magpie.Files.DeleteBatch.check(client, "")
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-delete_batch-check
Delete multiple files/folders at once.
Example
path_entries = [ %{"path" => "/Temp1"}, %{"path" => "/Temp2" } ] Magpie.Files.DeleteBatch.delete_batch(client, path_entries)
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-delete_batch