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

# Delete an Ad

`DELETE /ads/{id}`

Deletes an ad. Returns true on success.

## Response `200`

ad deleted

- boolean

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whop/whop-api/revisions/3a06a605784b/schema)
