删除一个频道信息¶
POST /api/v1/channel/{channel_uuid}/delete
概述¶
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
channel_uuid | string | Y | 频道UUID |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/channel/chan_xxxx32/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed