Skip to main content
DELETE
Delete dataset example

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Automation id or typed alias.

exampleId
string
required

Dataset example id. Agent examples may use deterministic name-derived ids returned by list/create responses.

Response

Deleted dataset example.

One input/expected-output row in an automation dataset.

id
string
required

Stable public example id. Workflow examples use DB ids; agent examples use deterministic name-derived ids.

name
string
required

Human-readable dataset example name.

automationId
string
required

Automation that owns this example.

automationType
enum<string>
required
Available options:
workflow,
agent
input
object | null
required

Input arguments used when this example is run.

expected
any | null
required

Expected JSON output for evaluator comparisons.

expectedFiles
object[]
required

Expected files attached to this example.

metadata
object | null
required

Caller-managed metadata for sorting or filtering examples.

annotation
string | null
required

Human note about the example.

rowOrder
number | null
required

Optional display order within the dataset.

overrides
object | null
required

Step output overrides used when running this example.

latestRunId
string | null
required

Most recent run id created from this example.

createdAt
updatedAt