Skip to main content
DELETE
/
report-columns
/
{report_column_id}
Delete Evaluation Pipeline Column
curl --request DELETE \
  --url https://api.promptlayer.com/report-columns/{report_column_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": false,
  "message": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt

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

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.