latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

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

idstring required

The podcast or episode ID to mark as deleted

Example request

{
  "id": "abc123-def456-ghi789"
}

Response

Podcast marked as deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Podcast deleted successfully"
}