# Delete All Profile In Campaign

[**https://documenter.getpostman.com/view/17474604/2sA3JM61j5#77dbdeeb-0864-4c5c-b296-f86acb70ac86**](https://documenter.getpostman.com/view/17474604/2sA3JM61j5#77dbdeeb-0864-4c5c-b296-f86acb70ac86)

### **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>DELETE</td><td><a href="http://localhost:2222/automation/campaign/delete-all-campaign-profile">http://localhost:2222/automation/campaign/delete-all-campaign-profile</a></td></tr></tbody></table>

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

```
{
    "campaignId": "25"
}
```

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

```
{
    "title": "Delete profiles success.",
    "type": "success"
}
```
