cURL
curl --request DELETE \ --url https://api.promptlayer.com/reports/name/{report_name} \ --header 'X-API-KEY: <x-api-key>'
{ "success": true, "message": "<string>" }
API key to authorize the operation.
Name of the report to archive.
Successful Operation
The response is of type object.
object
Was this page helpful?