-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathfile_deleted.json
More file actions
17 lines (17 loc) · 795 Bytes
/
Copy pathfile_deleted.json
File metadata and controls
17 lines (17 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "file_deleted",
"desc": "A file was deleted.",
"long_desc": "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",
"example": {
"type": "file_deleted",
"file_id": "F2147483862",
"event_ts": "1361482916.000004"
},
"scopes": [
"files:read"
],
"APIs": [
"Events",
"RTM"
]
}