JellypodJellypod
Hosts

Archive a host

DELETE
/hosts/{host_id}

Archive a host. Hosts used in existing episodes are soft-deleted (marked inactive) rather than permanently removed.

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

host_id*string

The host's unique identifier (short ID, not a UUID).

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.jellypod.com/v1/hosts/xK9mQ2pL"
Empty

Was this page helpful?