Last Updated on : 2024-06-28 22:35:04download
Delete the specified group based on the group ID.
DELETE: /v2.1/cloud/thing/group/{group_id}
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| group_id | Long | path | true | The group ID. |
| Parameter name | Type | Description |
|---|---|---|
| result | JsonObject | The returned result of the specified group. |
| success | Boolean | Indicates whether the API is called successfully. Valid values:
|
| t | Long | The timestamp. |
| tid | String | The link ID. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| task_id | String | The task ID. |
| task_type | Integer | The type of tasks. Valid values:
|
| task_expire_second | Long | The number of seconds after which the task will expire. Do not modify the relationship between the group and the devices until the task is completed. |
DELETE: /v2.1/cloud/thing/group/1393****
{
"tid": "122bcc1e022d11efbe7a366d87620758",
"result": {
"task_id": "178309439872518****",
"group_id": "1393****",
"task_expire_second": 21,
"task_type": 3
},
"t": 1713957807630,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback