# Delete campaign

<https://documenter.getpostman.com/view/17474604/2sA3JM61j5#c8403634-cf60-4ce8-8610-03f5e176aa8d>

### **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-campaign">http://localhost:2222/automation/delete-campaign</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": "Campaign deleted"
}
```
