latestOpenAPI 3.0.02026-08-1610635191.3 KB
355890b6b4cc
Podcast
Remove episode from automated podcast distribution
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.
post/podcast/episodes/remove
Request body
Example request
{
"episodeId": 42
}Response
Episode removed successfully - will be removed from platforms automatically
Example response
{
"success": true,
"message": "Episode removed successfully"
}