# Delete a campaign and its recipients

Source: https://docs.usetone.ai/reference/campaigns/remove

> The calls it already placed survive in the call log — deleting the campaign must not erase the record of what was dialled.

`DELETE /v1/campaigns/{id}`
The calls it already placed survive in the call log — deleting the campaign must not erase the record of what was dialled.

Requires the `write` scope.

## Parameters

| Name | In | | Meaning |
|---|---|---|---|
| `id` | path | required | The campaign's id. |

## Response



### Example response

```json
{
  "data": null
}
```
