---
title: "Delete a campaign"
method: DELETE
path: "/v3/profiles/{profileId}/campaigns/{campaignId}"
tags: ["Profiles"]
---

# Delete a campaign

`DELETE /v3/profiles/{profileId}/campaigns/{campaignId}`

Deletes a campaign by ID from the brand of the specified profile. The profile must belong to the authenticated organization.

## Path parameters

- `profileId` string, uuid, required
- `campaignId` string, uuid, required

## Headers

- `x-profile-id` string, uuid

## Request body

- SentDmServicesEndpointsCustomerAPIv3RequestsCampaignsDeleteBrandCampaignRequest — Base request for mutation operations (POST, PUT, PATCH) with sandbox mode support
  - `sandbox` boolean — Sandbox flag - when true, the operation is simulated without side effects Useful for testing integrations without actual execution

## Response `204`

Campaign deleted successfully

## Other responses

- `400` — Invalid profile or campaign ID format
- `401` — Unauthorized - Valid API key required
- `403` — Forbidden
- `404` — Profile, brand, or campaign not found
- `500` — Internal server error occurred

---

[API](https://skmtc.net/sentdm/apis/sent-dm-api-v3.md) · [All operations](https://skmtc.net/sentdm/apis/sent-dm-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sentdm/sent-dm-api-v3/versions/c451eca46f1b/schema)
