Documentation Index
Fetch the complete documentation index at: https://docs.chamelio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Event
Payload Example
Payload Fields
Envelope
| Field | Type | Description |
|---|---|---|
event | string | Always core.document.deleted |
event_id | string | Unique delivery ID — use to deduplicate retries |
organization_id | string | ID of the organization that owned the document |
timestamp | string | ISO 8601 UTC timestamp of the event |
data | object | Event-specific payload (see below) |
Data Object
| Field | Type | Description |
|---|---|---|
file_id | string | Unique identifier of the deleted document |
file_name | string | Name of the document at time of deletion |
file_extension | string | File extension of the deleted document |
deleted_by | string | Email of the user who performed the deletion |