Skip to main content
DELETE
/
reports
/
{report_id}
/
external-ids
/
{source}
/
{external_id}
Delete Report External ID
curl --request DELETE \
  --url https://api.promptlayer.com/reports/{report_id}/external-ids/{source}/{external_id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true
}
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.
Detach an external ID mapping from a report or evaluation pipeline.

Authorizations

X-API-KEY
string
header
required

Path Parameters

report_id
integer
required
source
string
required

External ID source.

Required string length: 1 - 128
external_id
string
required

External ID value. URL-encode any reserved path characters.

Required string length: 1 - 512

Response

External ID detached

success
boolean
default:true
required