delete_podcasts_by_id_episode_by_episode_id
Delete a specific podcast episode by podcast ID and episode ID. Optionally force a hard delete to permanently remove the episode from the library.
Instructions
Remove a podcast episode.
DELETE /api/podcasts/{id}/episode/{episodeId}
Args: id: Path parameter. episode_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. hard: Hard delete the episode if set to 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| hard | No | ||
| episode_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |