频道删除API
此API用于删除频道。
Request
Method : DELETE
URI : /channel/{channelId}
Header | Type | Required | Description |
---|---|---|---|
x-api-key | String | O | 仪表盘 > 设置 > 项目设置 > API Key |
Attribute | Type | Required | Description |
---|---|---|---|
projectId | String | O | 项目ID(仪表盘 > 设置 > 项目设置 > 项目ID) |
channelId | String | O | 频道ID |
Response
成功
Attribute | Type | Description |
---|---|---|
status | Int | 结果值(1:成功,失败请参考错误代码) |
message | String | 结果消息 |
Last updated