---
title: "DELETE an Email Campaign"
method: DELETE
path: "/emails/{campaign_id}"
tags: ["Email Campaigns"]
---

# DELETE an Email Campaign

`DELETE /emails/{campaign_id}`

Use this method to delete an email campaign and the email campaign activities associated with the email campaign. You cannot delete an email campaign when it has a `Scheduled` status.

Constant Contact users can restore deleted email campaigns using the UI.

## Path parameters

- `campaign_id` string, required

## Response `204`

Email campaign successfully deleted. No response body returned.

## Other responses

- `400` — Bad request. Either the JSON was malformed or there was a data validation error.
- `401` — The Access Token used is invalid.
- `403` — Forbidden request. You lack the necessary scopes, you lack the necessary user privileges, or the application is deactivated.
- `404` — The requested resource was not found.
- `429` — Too many requests. You exceeded the request rate limit.
- `500` — There was a problem with our internal service.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/versions/4b4a534c818d/schema)
