---
title: "Delete a creative"
method: DELETE
path: "/v1/ads/creatives/{creativeId}"
tags: ["Ad Creatives"]
---

# Delete a creative

`DELETE /v1/ads/creatives/{creativeId}`

Deletes a creative from the library. Meta only allows deleting creatives not referenced
by any ad — otherwise its 400 surfaces verbatim.

## Path parameters

- `creativeId` string, required

## Query parameters

- `accountId` string, required

## Response `200`

Creative deleted

- object
  - `creativeId` string
  - `message` string

## Other responses

- `400` — Invalid input, the creative is in use, or Meta rejected the delete
- `401` — Unauthorized
- `501` — Only supported on Meta (facebook/instagram)

---

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