---
title: "Remove podcast from distribution"
method: POST
path: "/podcast/remove"
tags: ["Podcast"]
---

# Remove podcast from distribution

`POST /podcast/remove`

Endpoint for removing individual podcast episodes or shows.

**Note:** This marks content as deleted rather than physically removing it,
allowing for potential recovery and maintaining referential integrity.

## Request body

- object
  - `id` string, required — The podcast or episode ID to mark as deleted

## Response `200`

Podcast marked as deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - Missing podcast id
- `401` — Unauthorized - valid API token required
- `404` — Podcast not found or cannot be deleted
- `500` — Internal server error during podcast removal

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
