JellypodJellypod
Podcasts

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.

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?