Event
This event fires when a folder is deleted from Documents Vault. The payload describes the folder as it was just before deletion.
Payload Example
Payload Fields
Envelope
Data Object
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 also deletes everything inside it, but you receive only this one event. No vault.document.deleted or vault.folder.deleted events are sent for the files and subfolders under it.