A file was deleted
{
"type": "file_deleted",
"file_id": "F2147483862",
"event_ts": "1361482916.000004"
}
The file_deleted
event is sent to all connected clients for a workspace when a
file is deleted. Unlike most file events, the file
property contains a file
ID and not a full file object.
This event is not raised if the reason for a file's removal is due to a workspace's file retention policy, as opposed to a user deleting the file.
When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id
and event
. Learn more