Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Delete trace threads

POST/v1/private/traces/threads/deleteDelete trace threads

Delete trace threads

Request body

application/json
objectDeleteTraceThreads
project_idstring · uuid

If null, project_name must be provided

project_namestring

If null, project_id must be provided

pattern (?s)^\s*(\S.*\S|\S)\s*$

thread_idsarray of stringrequired

maxItems 1000 · minItems 1

Show child attributes

maxItems 1000 · minItems 1

Example request
{
  "project_id": "00000000-0000-0000-0000-000000000000",
  "project_name": "string",
  "thread_ids": [
    "string"
  ]
}

Responses

204No Content
Documentation menu