File Events
File Deleted
This event is triggered when a file is deleted from the system.
postWebhookfile.deleted
Payload
Example payload
{
"id": "event_euyrvozb9302uwhq",
"type": "file.deleted",
"data": {
"id": "file_euyrvozb9302uwhq",
"name": "generated-file",
"type": "image/png"
},
"timestamp": "2023-10-01T12:00:00Z"
}Response
Webhook received successfully