File Extracted Data Delete
Usage
JSON Payload
{
"event_id": "(UUID format) - Unique identifier for the event.",
"event_type": "Describes the type of event that occurred.",
"event_time": "(floating-point numeric timestamp) - Unix timestamp representing the time when the event occurred, including hundredths of a second.",
"event": {
"event_name": "Name of the specific event.",
"event_type": "Type of the event, often matching or related to the outer event_type.",
"company_id": "(UUID format) - Unique identifier for the company involved in the event.",
"company_name": "Name of the company involved in the event.",
"file_log_id": "(UUID format) - Unique identifier for the log entry related to the file event.",
"content": "Text - Previously extracted textual content or data from the file that is now being deleted.",
"provider": "Name of the service provider that performed the data extraction and is now managing its deletion.",
"creation_date": "(ISO 8601 date format) - Date and time when the extracted data was initially created.",
"update_date": "(ISO 8601 date format) - Date and time when the extracted data or event log was last updated."
}
}Last updated
Was this helpful?