---
title: "Delete a sequence folder"
method: DELETE
path: "/v3/sequence-folders/{id}"
tags: ["Sequence Folders"]
---

# Delete a sequence folder

`DELETE /v3/sequence-folders/{id}`

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

Deletes an existing sequence folder

## Path parameters

- `id` string, uuid, required

## Response `204`

Sequence folder deleted successfully. The response body is empty.

- unknown

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to delete this folder
- `404` — Sequence folder not found
- `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)
