
Dropbox Delete
CertifiedDelete Dropbox file or folder
Dropbox Delete
Delete Dropbox file or folder
Removes a Dropbox item at the resolved path. Path must start with /; can be read from a kestra:// URI. Fails if not found or token lacks delete permission.
type: io.kestra.plugin.dropbox.files.DeleteExamples
Delete a file or folder from a specific Dropbox path.
id: dropbox_delete
namespace: company.team
tasks:
- id: delete_report
type: io.kestra.plugin.dropbox.files.Delete
accessToken: "{{ secret('DROPBOX_ACCESS_TOKEN') }}"
from: "/old_reports/stale_file.csv"
Properties
accessToken *Requiredstring
Dropbox access token
Token must allow deleting the target path.
from *RequiredNon-dynamicobject
Path to delete
Literal Dropbox path or kestra:// URI pointing to the path content. Resolved path must start with /.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
file
Deleted item metadata
io.kestra.plugin.dropbox.models.DropboxFile
date-timeClient modified time
Last modified timestamp from Dropbox. Null for folders.
Lower-cased path
Dropbox path_lower for the entry — the item's lower-cased path, not a stable unique ID.
Item name
Display path
Case-preserved display path from Dropbox.
Size in bytes
Null for folders.
Entry type
Either 'file' or 'folder'.