v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-07186533829.2 KB
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

durationstring required

Duration of the request in milliseconds

Example response

{
  "channel": {
    "config": {
      "partition_ttl": "24h"
    }
  }
}