---
title: "Delete a sequence template"
method: DELETE
path: "/v3/sequence-templates/{id}"
tags: ["Sequence Templates"]
---

# Delete a sequence template

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

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

Deletes an existing sequence template.

- **Global templates** (seeded by the system) cannot be deleted — returns 403.
- **User-scoped templates** are team-shared: any teammate may delete a template visible to them. Out-of-team or non-existent ids return 404.
- **Organization templates** require the `DeleteOrgTemplates` feature scope — callers without it get 403.

## Path parameters

- `id` string, uuid, required

## Response `204`

Sequence template 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` — Either the target is a global template (which no one can delete) or the caller lacks `DeleteOrgTemplates` for an organization template.
- `404` — Sequence template 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)
