Delete Control Channel¶
Delete the control channel.
Request Format¶
DELETE http://{apigw-address}/dataService/controlChannels/{controlChannelId}?orgId={}
Request Parameters (URI)¶
Name |
Location (Path/Query) |
Required or not |
Data type |
Description |
---|---|---|---|---|
controlChannelId |
Path |
Yes |
String |
Control channel ID |
orgId |
Query |
Yes |
String |
Organization ID which the asset belongs to. How to get orgId>> |
Note
Replace {controlChannelId} with the subscription group ID instead of using “controlChannelId= Control channel ID”.
Response Parameters¶
Name |
Data type |
Description |
---|---|---|
status |
Int |
Status code |
msg |
String |
Response message |
submsg |
String |
Response sub-message |
data |
null |
Response data |
Samples¶
Request Sample¶
DELETE http://{apigw-address}/dataService/subscribeGroups/{subscribeGroupId}?orgId=o15434988531231
Response Sample¶
{
"status":0,
"msg":"Success",
"submsg":null,
"data":null
}