跳转至

删除一个频道信息



POST /api/v1/channel/{channel_uuid}/delete

概述

路由参数

参数名 类型 必选 说明
channel_uuid string Y 频道UUID

参数补充说明

请求例子

curl 'https://openapi.guance.com/api/v1/channel/chan_a074092121c145e5b3a8741c4ea350da/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--compressed

响应

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "16589049060728401150"
} 

文档评价

文档内容是否对您有帮助? ×