> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Campaign

> Permanently delete an unsent or draft campaign.

Deletes a draft or completed campaign. Scheduled campaigns must be paused or cancelled before deletion.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique ID of the campaign.
</ParamField>

### Response

<ResponseField name="id" type="string">Deleted campaign ID</ResponseField>
<ResponseField name="deleted" type="boolean">true</ResponseField>


## Related topics

- [Delete Template](/api/templates/delete-template.md)
- [Delete Webhook](/api/webhooks/delete-webhook.md)
- [Delete Contact](/api/contacts/delete-contact.md)
- [Delete Domain](/api/domains/delete-domain.md)
- [Create Campaign](/api/campaigns/create-campaign.md)
