> For the complete documentation index, see [llms.txt](https://docs.hidemium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/campaign/delete-all-profile-in-campaign.md).

# 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"
}
```
