Skip to main content
DELETE
/
reports
/
{report_id}
Delete Evaluation Pipeline
curl --request DELETE \
  --url https://api.promptlayer.com/reports/{report_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "message": "Report archived successfully"
}

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.

Archive a single evaluation pipeline by ID. Prefer this endpoint over Delete Reports by Name when you know the pipeline ID, since names can collide across pipelines.

Authorizations

X-API-KEY
string
header
required

Path Parameters

report_id
integer
required

ID of the evaluation pipeline to archive.

Response

Evaluation pipeline archived.

success
enum<boolean>
required
Available options:
true
message
string
required