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

# Removes a report.

`DELETE /reports/{report_id}`

Removes a report.

## Path parameters

- `report_id` string, required — The `id` of the general report

## Response `200`

OK

- RemovedReportResponse
  - `data` object, required
    - `id` string, required
    - `deleted` boolean, required

## Other responses

- `404` — The requested Financial Insights `id` was not found
- `406` — The client has been disabled. You can find out more about the disabled status on [Disabled](<%= general_link('disabled') %>) guides page

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
