JellypodJellypod
Episodes

Delete an episode

DELETE
/episodes/{episode_id}

Permanently delete an episode and its associated media.

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

episode_id*string

The episode's unique identifier.

Formatuuid

Response Body

application/json

application/json

application/json

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

Was this page helpful?