v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Delete LLM Observability datasets
Delete one or more LLM Observability datasets within the specified project.
post/api/v2/llm-obs/v1/{project_id}/datasets/delete
Path parameters
project_idstring required
The ID of the LLM Observability project.
Request body
Example request
{
"data": {
"attributes": {
"dataset_ids": [
"9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d"
]
},
"type": "datasets"
}
}Response
No Content