---
title: "Delete Sequence"
method: DELETE
path: "/api/sequences/{sequence_id}"
tags: ["sequences"]
---

# Delete Sequence

`DELETE /api/sequences/{sequence_id}`

Soft delete a sequence by setting status = 'archived'.
Blocked if there are active enrollments.

## Path parameters

- `sequence_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rethoric/apis/rethoric-os.md) · [All operations](https://skmtc.dev/rethoric/apis/rethoric-os/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rethoric/rethoric-os/revisions/76b6d39426f6/schema)
