---
title: "Delete pixel by it's ID"
method: DELETE
path: "/api/v1/pixel/{pixel_id}"
tags: ["Pixels (Facebook, TikTok, etc.)"]
---

# Delete pixel by it's ID

`DELETE /api/v1/pixel/{pixel_id}`

Delete pixel you don't need

## Path parameters

- `pixel_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authentication required.
- `403` — Access denied.
- `422` — Validation Error

---

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