---
title: "Delete Saved Report"
method: DELETE
path: "/print-mail/v1/reports/{id}"
tags: ["Reports"]
---

# Delete Saved Report

`DELETE /print-mail/v1/reports/{id}`

Delete a saved report definition. This action cannot be undone.
Associated exports are not automatically deleted.

## Path parameters

- `id` string, required

## Response `200`

Confirmation of the deletion.

- DeletedResponse — Generic response for delete operations.
  - `id` string, required — The ID of the deleted resource.
  - `deleted` true, required — Indicates the resource was successfully deleted.

## Other responses

- `401` — Confirmation of the deletion.
- `404` — Confirmation of the deletion.
- `422` — Confirmation of the deletion.
- `429` — Confirmation of the deletion.
- `500` — Confirmation of the deletion.

---

[API](https://skmtc.net/postgrid/apis/postgrid-print-mail-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-print-mail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-print-mail-api/versions/6bb9d268c5d1/schema)
