pub fn permanently_delete<'a>(
client: &'a impl UserAuthClient,
arg: &'a DeleteArg,
) -> impl Future<Output = Result<(), Error<DeleteError>>> + Send + 'a
Available on crate features
async_routes
and dbx_files
only.Expand description
Permanently delete the file or folder at a given path (see https://www.dropbox.com/en/help/40). If the given file or folder is not yet deleted, this route will first delete it. It is possible for this route to successfully delete, then fail to permanently delete. Note: This endpoint is only available for Dropbox Business apps.