---
title: "Delete trace threads"
method: POST
path: "/v1/private/traces/threads/delete"
tags: ["Traces"]
---

# Delete trace threads

`POST /v1/private/traces/threads/delete`

Delete trace threads

## Request body

- DeleteTraceThreads
  - `project_name` string — If null, project_id must be provided
  - `project_id` string, uuid — If null, project_name must be provided
  - `thread_ids` string[], required

## Response `204`

No Content

---

[API](https://skmtc.net/comet-ml/apis/opik-rest-api.md) · [All operations](https://skmtc.net/comet-ml/apis/opik-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/comet-ml/opik-rest-api/versions/4ed2fbc97cc3/schema)
