---
title: "Disable sequence"
method: POST
path: "/sequences/{sequenceId}/disable"
tags: ["Sequences"]
---

# Disable sequence

`POST /sequences/{sequenceId}/disable`

Pauses a sequence, blocks new enrollments, and holds workflow execution until the sequence is enabled again.

## Path parameters

- `sequenceId` string, required

## Response `200`

Sequence disabled successfully

- SequenceActionResponse
  - `success` boolean
  - `message` string
  - `sequenceId` string

## Other responses

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

## Changes

- **2026-04-20** `ed7439559402` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/sequences/:sequenceId/disable/post.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/f9a826460811/schema)
