product:chat
Delete channel
Deletes channel
Sends events:
- channel.deleted
delete/channels/{type}/{id}
Path parameters
typestring required
Channel type to interact with
idstring required
Channel ID to interact with
Query parameters
hard_deleteboolean
Response
Response
Example response
{
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}