pub fn permanently_delete(
    client: &impl UserAuthClient,
    arg: &DeleteArg
) -> Result<Result<(), DeleteError>>
Available on crate feature 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.