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

# Delete a sequence

`DELETE /v3/sequences/{id}`

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

Deletes an existing sequence

## Path parameters

- `id` integer, required

## Response `204`

Sequence deleted successfully. The response body is empty.

- unknown

## Other responses

- `400` — Route-parameter validation failure (e.g. non-positive `id`) or a business rule rejection (including `sequence.notFound` — runtime maps a missing sequence here despite the controller's declared types omitting 404).
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to delete this sequence
- `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/versions/1c3d32eaf95e/schema)
