---
title: "Delete Reports by Name"
method: DELETE
path: "/reports/name/{report_name}"
tags: ["reports"]
---

# Delete Reports by Name

`DELETE /reports/name/{report_name}`

## Path parameters

- `report_name` string, required

## Response `200`

Successful Operation

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `401` — Unauthorized
- `404` — Report not found
- `422` — Validation error - request parameters or body are invalid.

---

[API](https://skmtc.dev/promptlayer/apis/promptlayer-api.md) · [All operations](https://skmtc.dev/promptlayer/apis/promptlayer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/promptlayer/promptlayer-api/revisions/a23093a0a506/schema)
