Delete a podcast
Delete a podcast and all its episodes. This action is irreversible.
Authorization
BearerAuth Jellypod API key. Create and manage keys from the Jellypod dashboard under Settings → API Keys.
In: header
Path Parameters
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).
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://api.jellypod.com/v1/podcasts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}Was this page helpful?
Update a podcast PATCH
Update a podcast. Only include fields you want to change.
Upload podcast cover image PUT
Upload or replace the podcast's cover image. Send the raw image bytes as the request body with the appropriate `Content-Type` header. **Supported formats:** JPEG, PNG, WebP. **Maximum size:** 10 MB.