Dropbox API
Getting access, Developing, Testing
Back to DropboxFiles - Permanently Delete
Permanently delete the file or folder at a given path (see https://www.dropbox.com/en/help/40).
Note: This endpoint is only available for Dropbox Business apps.
Input
type: object
properties:
data:
type: object
description: >
path: Path in the user's Dropbox to delete.
parent_rev: Perform delete if given "rev" matches the existing file's
latest "rev". This field does not support deleting a folder.
properties:
path:
type: string
description: Path in the user's Dropbox to delete.
parent_rev:
type: string
description: >-
Perform delete if given "rev" matches the existing file's latest
"rev". This field does not support deleting a folder.
title: Data