Podcast
Remove podcast from distribution
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.
post/podcast/remove
Request body
Example request
{
"id": "abc123-def456-ghi789"
}Response
Podcast marked as deleted successfully
Example response
{
"success": true,
"message": "Podcast deleted successfully"
}