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

# Delete sequence

`DELETE /sequences/{sequenceId}`

Deletes a sequence and its automation nodes.

## Path parameters

- `sequenceId` string, required

## Response `200`

Sequence deleted successfully

- SequenceActionResponse
  - `success` boolean
  - `message` string
  - `sequenceId` string
  - `enrollmentPaused` boolean — Present for enrollment pause/resume actions.

## Other responses

- `401` — Unauthorized
- `403` — No company selected
- `404` — Sequence not found

## Changes

- **2026-06-19** `810a8f0c38e5` — 1 info
  - added the optional property `enrollmentPaused` to the response with the `200` status
- **2026-04-20** `ed7439559402` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/sequences/:sequenceId/delete.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/84596f27c7bf/schema)
