---
title: "Delete a mailing"
method: DELETE
path: "/mailings/{id}"
tags: ["Mailings"]
---

# Delete a mailing

`DELETE /mailings/{id}`

Delete a specific mailing based on its ID (only if it has not already been sent).

## Path parameters

- `id` integer, required

## Response `200`

The ID of the mailing and its deletion status

- object

## Other responses

- `401` — Unauthorized
- `404` — Mailing not found

---

[API](https://skmtc.net/cyberimpact/apis/cyberimpact-api.md) · [All operations](https://skmtc.net/cyberimpact/apis/cyberimpact-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberimpact/cyberimpact-api/revisions/bf0b51ee8e8a/schema)
