Delete task
HTTP Request URL: http(s)://api.thingboot.com/{AppID}/task/delete/?sign={sign}&ts={ts}
About the sign and ts definition
Or
MQTT Publish Topic: api/{AppID}/task/delete
The returned results are also received on the same topic.
Request parameters
| Name | Type | Description |
|---|---|---|
| task | string | Task IDs can be obtained through the interface list or viewed in the task list on the left.
Multiple IDs can be provided, separated by commas (,), with a maximum of 100 tasks allowed for deletion in a single request. |
Return results
| Name | Type | Description |
|---|---|---|
| code | string | Return status value: 200 indicates success; for other errors, please refer to the "Global Error Codes" on the API homepage. |
| data | string | None |
| msg | string | Return status information |