Timeline
Delete a timeline analysis.
Permanently deletes (hard delete) an analysis record. The analyzed activeflow and its events are not affected, and the activeflow can be analyzed again afterward. Requires CustomerAdmin or CustomerManager permission.
delete/timeline-analyses/{id}
Path parameters
idstring uuid required
The analysis ID.
Response
The deleted analysis record.
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"customer_id": "7c4d2f3a-1b8e-4f5c-9a6d-3e2f1a0b4c5d",
"activeflow_id": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"status": "completed",
"result": {
"version": 1,
"overall_status": "warning",
"input_reduced": false,
"narrative": "The call connected, the IVR collected the customer's intent, and the call was routed to an available agent who resolved the request.",
"issues": [
{
"severity": "warning",
"area": "routing",
"summary": "The queue wait exceeded the configured target by 8 seconds.",
"evidence": [
{
"evidence_index": 12,
"event_type": "queue_joined",
"timestamp": "2026-01-15T09:30:12.000000Z",
"resource_id": "5e3f8b2a-9c1d-4e6f-8a7b-2d3c4e5f6a7b"
}
]
}
],
"resources_used": [
{
"type": "call",
"count": 1
},
{
"type": "queuecall",
"count": 1
}
]
},
"error": "analysis engine timed out",
"tm_create": "2026-01-15T09:30:00.000000Z",
"tm_update": "2026-01-15T09:30:05.000000Z"
}