Hosts
Archive a host
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
{
"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?