---
title: "Delete Mailing List"
method: DELETE
path: "/print-mail/v1/mailing_lists/{id}"
tags: ["Mailing Lists"]
---

# Delete Mailing List

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

Delete a mailing list.

This permanently deletes the mailing list and its associations.
This operation cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

A confirmation object indicating the mailing list was marked for deletion.

- object
  - `id` string, required — A unique ID prefixed with mailing_list_
  - `deleted` true, required

## Other responses

- `401` — A confirmation object indicating the mailing list was marked for deletion.
- `404` — A confirmation object indicating the mailing list was marked for deletion.
- `422` — A confirmation object indicating the mailing list was marked for deletion.
- `429` — A confirmation object indicating the mailing list was marked for deletion.
- `500` — A confirmation object indicating the mailing list was marked for deletion.

## Changes

- **2026-05-01** `c8fedcbd705e` — 2 warning, 4 info
  - added the new `internal_server_error` enum value to the `error/type` response property for the response status `500`
  - 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`
  - added `subschema #1, subschema #2` to the response body `anyOf` list for the response status `404`
  - …2 more

[Change history](https://skmtc.dev/postgrid/apis/postgrid-address-verification-api/changes/print-mail/v1/mailing_lists/: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)
