---
title: "Delete a report"
method: DELETE
path: "/reports/{report_id}"
tags: ["reports"]
---

# Delete a report

`DELETE /reports/{report_id}`

Delete the given report.

**WARNING** This will completely remove the report, this is not recoverable

**Permission required:** edit_reports

## Response `204`

Success

## Other responses

- `403` — Permission insufficient
- `404` — Report Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/versions/8ce53ebd6bd3/schema)
