---
title: "Delete a sequence"
method: DELETE
path: "/v4/sequences/{id}"
tags: ["Sequences"]
---

# Delete a sequence

`DELETE /v4/sequences/{id}`

Soft-deletes a sequence. The sequence is removed from active delivery immediately, with cleanup of associated state happening in the background.

**Warning:** deleting a sequence with active subscribers stops deliveries to those subscribers — they will not receive remaining emails, and any Visual Automations referencing the sequence will need to be updated. Confirm the sequence is not in active use before deleting.

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

## Path parameters

- `id` integer, required

## Response `204`

Deletes the sequence

## 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/versions/0df0c90d12da/schema)
