Skip to main content

Event

This event fires when a file is deleted from Documents Vault. The payload describes the file as it was just before deletion.

Payload Example

Payload Fields

Envelope

Data Object

Path format

path is an internal dot-separated path, not a display path. Each segment is a sanitized label: characters other than letters, digits, and underscores become _. For example, a file named Q3 NDA.pdf appears as a Q3_NDA_pdf segment. Use resource_id and parent_folder_id to identify items and rebuild the hierarchy; treat path as informational.
Deleting a folder does not send this event for the files inside it. You receive a single vault.folder.deleted event for the folder. Treat that event as deleting everything under the folder.
Deleting several files at once sends one event per file.