---
title: "Delete a timeline analysis."
method: DELETE
path: "/timeline-analyses/{id}"
tags: ["Timeline"]
---

# Delete a timeline analysis.

`DELETE /timeline-analyses/{id}`

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.

## Path parameters

- `id` string, uuid, required

## Response `200`

The deleted analysis record.

- TimelineManagerAnalysis — AI analysis of an ended activeflow. Produced on demand, stored once, and optionally re-analyzed. The structured verdict lives in `result` once the analysis completes.
  - `id` string, uuid — The unique identifier of the analysis. Returned from the `POST /timeline-analyses` or `GET /timeline-analyses` response.
  - `customer_id` string, uuid — The customer who owns this analysis.
  - `activeflow_id` string, uuid — The ended activeflow that was analyzed. Returned from the `GET /activeflows` response.
  - `status` 'progressing' | 'completed' | 'failed' — Lifecycle state of the analysis.
  - `result` object — The structured analysis verdict. Null while progressing or on failure. Present on successful completion. Includes an overall status, a narrative, detected issues with evidence pointers, and per-type resource usage.
  - `error` string — Sanitized failure reason when status is failed.
  - `tm_create` string, date-time — Timestamp when the analysis was created.
  - `tm_update` string, date-time, nullable — Timestamp when the analysis was last updated.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

[API](https://skmtc.net/voipbin/apis/voipbin-api.md) · [All operations](https://skmtc.net/voipbin/apis/voipbin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voipbin/voipbin-api/versions/79e779080bcc/schema)
