Skip to main content
DELETE
Delete Evaluation Pipeline Column
Legacy Dataset, Evaluation, and Report endpoints are deprecated for new workflows. Use the Tables API for new dataset import, evaluation, scoring, recalculation, and reporting workflows.
Delete a single column from an evaluation pipeline blueprint. Surrounding columns shift left to fill the gap.

Behavior Notes

  • Dataset columns are protected and cannot be deleted.
  • Only blueprint pipeline columns can be deleted; columns on finished batch runs cannot.
  • Deleting a column re-queues cells in columns to its right because references may have shifted.

Authorizations

X-API-KEY
string
header
required

Path Parameters

report_column_id
integer
required

ID of the report column to delete.

Response

Column deleted. No response body is returned.