---
title: "Delete a sequence email"
method: DELETE
path: "/v4/sequences/{sequence_id}/emails/{id}"
tags: ["Sequence Emails"]
---

# Delete a sequence email

`DELETE /v4/sequences/{sequence_id}/emails/{id}`

Permanently removes one email from a sequence.

**Warning:** subscribers already queued to receive the deleted email will skip it — they'll continue to the next email in sequence order. This is intentional and not retryable. If subscribers need to receive the email's content, send a broadcast or re-add subscribers to the sequence (with `repeat: true`) before deleting.

If you want to pause rather than delete, use [Update a sequence email](/api-reference/sequence-emails/update-a-sequence-email) with `published: false` instead.

## Path parameters

- `id` integer, required
- `sequence_id` integer, required

## Response `204`

Deletes the sequence email

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated
- `404` — Returns a 404 when the provided id does not exist

---

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