---
title: "Clear AI analysis for a tracing order"
method: POST
path: "/api/tracing-ai/admin/summary/clear"
tags: ["Administration/Tracing AI"]
---

# Clear AI analysis for a tracing order

`POST /api/tracing-ai/admin/summary/clear`

Clears a specific AI summary analysis result for a given tracing order

## Request body

- object
  - `tracingId` string, required — Tracing order ID
  - `tracingOrder` 'PURCHASE_ORDER' | 'SALES_ORDER', required — Tracing order type
  - `summaryType` 'docType' | 'docContent' | 'scAnalysis', required — Summary type to clear

## Response `204`

No content

## Other responses

- `400` — Default Response
- `404` — Default Response
- `409` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
