Skip to main content

Delete a podcast

DELETE 

/v1/podcasts/:id

The network is resolved from the podcast document and the caller must hold the administrator role on that network (403 otherwise, 404 if no such podcast). Permanently deletes the podcast document and responds 204. This is a hard delete of the podcast record only — it does not cascade to the podcast's voices, creatives, or other nested resources. The delete is optimistic-locked, so a concurrent modification returns 409.

Request

Responses

Podcast deleted