v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
LLM Observability

Delete annotation queue interactions

Delete one or more interactions from an annotation queue.

post/api/v2/llm-obs/v1/annotation-queues/{queue_id}/interactions/delete

Path parameters

queue_idstring required

The ID of the LLM Observability annotation queue.

Request body

Example request

{
  "data": {
    "attributes": {
      "interaction_ids": [
        "00000000-0000-0000-0000-000000000000",
        "00000000-0000-0000-0000-000000000001"
      ]
    },
    "type": "interactions"
  }
}

Response

No Content