Menu

Delete Loop Task

Usage Instructions

Delete loop task.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/automation/deletePlan

Request Parameters

Parameter Type Required Description
id string Yes Plan ID,can be obtained from the loop task list

Request Example

json Copy
{
    "id": "xxx"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "message": "success"
    },
    "message": "success"
}
Previous
Pause/Execute Loop Task
Next
Scheduled Task List
Last modified: 2026-01-23Powered by