---
title: "Delete a sequence step"
method: DELETE
path: "/v3/sequences/{id}/steps/{step_id}"
tags: ["Sequence Steps"]
---

# Delete a sequence step

`DELETE /v3/sequences/{id}/steps/{step_id}`

<small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>

Deletes a sequence step.

By default only the addressed step is removed (`mode=nodeOnly`), and any children remain attached to the parent. For condition (branch) steps, set `mode` to also remove descendants on one or both branches.

## Path parameters

- `id` integer, required
- `step_id` integer, required

## Query parameters

- `mode` 'nodeOnly' | 'nodeAndAllChildren' | 'nodeAndPositiveChildren' | 'nodeAndNegativeChildren'

## Response `204`

Sequence step deleted successfully. The response body is empty.

- unknown

## Other responses

- `400` — Invalid id parameters, or a business-rule rejection.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this sequence
- `404` — Step not found
- `409` — Step is locked or has children that prevent deletion
- `429` — Too Many Requests

---

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