# Delete schedule

Execute delete schedule by id

### **Example Request** <a href="#example-request-1" id="example-request-1"></a>

<table><thead><tr><th width="145">Method</th><th>URL</th></tr></thead><tbody><tr><td>POST</td><td><a href="http://localhost:2222/automation/delete-schedule">http://localhost:2222/automation/delete-schedule</a></td></tr></tbody></table>

### Body <a href="#params" id="params"></a>

```
{
    "id": [
        77,76
    ]
}
```

### **Example Response** <a href="#id-3.-example-response" id="id-3.-example-response"></a>

```

{
    "message": "Delete success"
}

```
