---
title: "Delete a product catalog"
method: DELETE
path: "/v1/ads/catalogs/{catalogId}"
tags: ["Product Catalogs"]
---

# Delete a product catalog

`DELETE /v1/ads/catalogs/{catalogId}`

Deletes the catalog and every product in it on Meta. Ads and WhatsApp numbers that use it lose their catalog.

## Path parameters

- `catalogId` string, required

## Query parameters

- `accountId` string, required
- `catalogAccountId` string

## Response `200`

Deleted

- object
  - `success` boolean
  - `catalogId` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — The Meta login behind the account lacks catalog_management (code insufficient_permissions). Reconnect granting it, or pass catalogAccountId.
- `404` — Resource not found

## Changes

- **2026-09-17** `fdaf9a9fb1a7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/ads/catalogs/:catalogId/delete.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/dd3865482f9f?raw)
