---
title: "Delete an Ad Campaign"
method: DELETE
path: "/ad_campaigns/{id}"
tags: ["Ad Campaigns"]
---

# Delete an Ad Campaign

`DELETE /ad_campaigns/{id}`

Deletes an ad campaign and archives it on the ad platform (cascades to ad groups and ads).

## Response `200`

ad campaign deleted

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the deleted ad campaign.

## Other responses

- `404` — Resource not found

---

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