---
title: "Deletes the segment with the given ID."
method: DELETE
path: "/api/v2/segments/{id}"
tags: ["Segments"]
---

# Deletes the segment with the given ID.

`DELETE /api/v2/segments/{id}`

## Response `200`

The segment was deleted.

## Other responses

- `403` — Authorization failed, or the user is not permitted to delete the segment.
- `404` — The segment or the episode that owns the segment cannot be found.

---

[API](https://skmtc.net/prss/apis/contentdepot.md) · [All operations](https://skmtc.net/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prss/contentdepot/versions/838e7ae589d8/schema)
