Skip to main content
DELETE
/
reports
/
name
/
{report_name}
Delete Reports by Name
curl --request DELETE \
  --url https://api.promptlayer.com/reports/name/{report_name} \
  --header 'X-API-KEY: <x-api-key>'
{
  "success": true,
  "message": "<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.

This endpoint archives all reports with the specified name within the workspace associated with the provided API key.

Headers

X-API-KEY
string
required

API key to authorize the operation.

Path Parameters

report_name
string
required

Name of the report to archive.

Response

Successful Operation

success
boolean
required
message
string
required