---
title: "Delete reports"
method: DELETE
path: "/v1/reports/{report-id}"
tags: ["Reports"]
---

# Delete reports

`DELETE /v1/reports/{report-id}`

Delete a specific report with the `report-id` path parameter.

## Path parameters

- `report-id` string, uuid, required

## Response `204`

The resource was successfully deleted.

## Other responses

- `404` — Reports not found
- `500` — Error while attempting to delete resource

---

[API](https://skmtc.net/ripple/apis/report-service-api.md) · [All operations](https://skmtc.net/ripple/apis/report-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/report-service-api/revisions/54de4d3166be/schema)
