---
title: "Delete Trace"
method: DELETE
path: "/traces/{trace_id}"
tags: ["Traces"]
---

# Delete Trace

`DELETE /traces/{trace_id}`

## Path parameters

- `trace_id` string, required

## Response `202`

Successful Response

- TraceIdResponse
  - `support_id` string, nullable
  - `support_ts` string, date-time, nullable
  - `count` integer
  - `trace_id` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-08** `0c9cde2f95f3` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/traces/:trace_id/delete.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/4c92d005b4cf/schema)
