---
title: "Destroy a pixel"
method: DELETE
path: "/measurement/pixels/{id}"
tags: ["Pixels"]
---

# Destroy a pixel

`DELETE /measurement/pixels/{id}`

Returns the attributes of the destroyed pixel, upon success.

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `measurementPixel` Pixel
    - `id` string
    - `name` string
    - `brand` object
      - `crmBrandId` string
      - `name` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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