v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Delete LLM Observability dataset records
Delete one or more records from an LLM Observability dataset.
post/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/records/delete
Path parameters
project_idstring required
The ID of the LLM Observability project.
dataset_idstring required
The ID of the LLM Observability dataset.
Request body
Example request
{
"data": {
"attributes": {
"record_ids": [
"rec-7c3f5a1b-9e2d-4f8a-b1c6-3d7e9f0a2b4c"
]
},
"type": "records"
}
}Response
No Content