---
title: "Delete Campaign"
method: DELETE
path: "/print-mail/v1/campaigns/{id}"
tags: ["Campaigns"]
---

# Delete Campaign

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

Delete a campaign.

Campaigns can only be deleted if they are in `draft`, `changes_required`, or `ready` status.
This also permanently deletes associated resources. This operation cannot be undone.

## Path parameters

- `id` string, required

## Response `200`

A confirmation object indicating the campaign was marked for deletion.

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

## Other responses

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

---

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