Jellypod Docs

Delete a podcast

DELETE
/podcasts/{podcast_id}

Delete a podcast and all its episodes. This action is irreversible.

Authorization

BearerAuth
AuthorizationBearer <token>

Jellypod API key. Create and manage keys from the Jellypod dashboard under Settings → API Keys.

In: header

Path Parameters

podcast_id*string

The podcast's unique identifier. You can find the PODCAST_ID in the URL of your dashboard — it's the UUID at the end of the podcast page URL (e.g. the id is 550e8400-e29b-41d4-a716-446655440000 from https://www.jellypod.com/studio/podcasts/550e8400-e29b-41d4-a716-446655440000).

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.jellypod.com/v1/podcasts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty

Was this page helpful?