Skip to main content
DELETE
/
v3
/
evals
/
datasets
/
{id}
Delete a dataset
curl --request DELETE \
  --url https://{host}/v3/evals/datasets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "api_version": "3.0",
  "kind": "ERROR",
  "error": {
    "code": 400,
    "message": "Resource Not Found",
    "errors": [
      {
        "reason": "ResourceNotFoundException",
        "message": "Resource Not Found",
        "help": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Dataset UUID

Response

Deleted