---
title: "Delete a reporting collection"
method: DELETE
path: "/import/reporting-collections/{collectionName}"
tags: ["Import"]
---

# Delete a reporting collection

`DELETE /import/reporting-collections/{collectionName}`

Deletes a specific reporting/lineage collection.
Valid collections: import_reports, import_files, record_lineage, record_lineage_events.

## Path parameters

- `collectionName` string, required

## Response `200`

Reporting collection deleted

- DeleteCollectionResponse
  - `collectionName` string
  - `success` boolean
  - `message` string
  - `deletedAtUtc` string, date-time

## Other responses

- `404` — Collection not valid
- `499` — Client closed request

---

[API](https://skmtc.net/defra/apis/keeper-data-bridge-api.md) · [All operations](https://skmtc.net/defra/apis/keeper-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/keeper-data-bridge-api/versions/0ab7d7a7a24f/schema)
