---
title: "Delete an Ad"
method: DELETE
path: "/ads/{id}"
tags: ["Ads"]
---

# Delete an Ad

`DELETE /ads/{id}`

Deletes an ad.

## Response `200`

ad deleted

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

## 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/866821546d67/schema)
