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

# Remove episode from automated podcast distribution

`POST /podcast/episodes/remove`

Removes an episode from the podcast show and RSS feed.
The episode will be automatically removed from podcast platforms on their next RSS feed refresh.

## Request body

- object
  - `episodeId` integer, required — The episode ID to remove from podcast distribution

## Response `200`

Episode removed successfully - will be removed from platforms automatically

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

## Other responses

- `400` — Bad request - Missing or invalid episode ID
- `401` — Unauthorized - valid API token required
- `404` — Episode not found or cannot be deleted
- `500` — Internal server error during episode 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)
