This file event trigger when the assigned tag of a file has been removed.
If this occurs, the file will be ignored for historical purposes and model training purposes. It will no longer appear in search results and will be available for auditing purposes.
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, rounded to whole seconds.",
"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_id": "(UUID format) - Unique identifier for the file associated with the event.",
"tag_being_removed_id": "(UUID format) - Unique identifier for the tag that is being removed from the file.",
"tag_being_removed_name": "Name of the tag that is being removed, indicating the previous classification or status.",
"classification_score": "(floating-point numeric value) - Score representing the confidence or relevance of the tag removal, typically between 0.0 and 1.0."
}
}