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
- 204
- 401
- 403
- 404
- 409
Podcast deleted
Missing or invalid API key
Not authorized for the podcast's network
Podcast not found
Version conflict