---
title: "Bulk Delete Traces"
method: POST
path: "/api/traces/bulk/"
tags: ["traces"]
---

# Bulk Delete Traces

`POST /api/traces/bulk/`

POST handler with superadmin-only field protection.

Strips superadmin-only fields from non-superadmin requests before
delegating to OrganizationInjectionMixin.post() for org injection.

## Headers

- `Authorization` string, required

## Response `200`

No response body

- TracesBulkDeleteTracesResponse200 — Empty response body

## Changes

- **2026-07-31** `c26d550029f8` — 6 breaking, 3 warning, 6 info
  - removed the request body
  - removed the required property `deleted_count` from the response with the `200` status
  - removed the required property `error_count` from the response with the `200` status
  - removed the required property `errors` from the response with the `200` status
  - …11 more
- **2026-07-26** `77d94e49bc7a` — 6 breaking, 28 warning, 45 info
  - removed the enum value `` of the request property `filters/customer_identifier/operator`
  - removed the enum value `` of the request property `filters/total_tokens/operator`
  - removed the enum value `` of the request property `filters/trace_unique_id/operator`
  - removed the enum value `iexact` of the request property `filters/customer_identifier/operator`
  - …75 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/traces/bulk/post.md)

---

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