---
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.

## Changes

- **2026-05-01** `c8fedcbd705e` — 3 warning, 2 info
  - added the new `internal_server_error` enum value to the `error/type` response property for the response status `500`
  - added the new `not_found_error` enum value to the `error/type` response property for the response status `404`
  - added the new `rate_limit_exceeded_error` enum value to the `error/type` response property for the response status `429`
  - added `subschema #1, subschema #2` to the response body `anyOf` list for the response status `401`
  - …1 more

[Change history](https://skmtc.dev/postgrid/apis/postgrid-address-verification-api/changes/print-mail/v1/reports/:id/delete.md)

---

[API](https://skmtc.dev/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.dev/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/revisions/537d2bbc624a/schema)
