Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Delete thread feedback scores

POST/v1/private/traces/threads/feedback-scores/deleteDelete thread feedback scores

Delete thread feedback scores

Request body

application/json
objectDeleteThreadFeedbackScores
authorstring
namesarray of stringrequired

maxItems 1000 · minItems 1 · uniqueItems true

Show child attributes

maxItems 1000 · minItems 1 · uniqueItems true

project_namestringrequired

minLength 1

source_queue_idstring · uuid
thread_idstringrequired

minLength 1

Example request
{
  "author": "string",
  "names": [
    "string"
  ],
  "project_name": "string",
  "source_queue_id": "00000000-0000-0000-0000-000000000000",
  "thread_id": "string"
}

Responses

204No Content
Documentation menu