Delete loop task.
POST/api/v1/automation/deletePlan| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Plan ID,can be obtained from the loop task list |
{
"id": "xxx"
}
{
"code": 200,
"data": {
"message": "success"
},
"message": "success"
}