Delete a product catalog
Deletes the catalog and every product in it on Meta. Ads and WhatsApp numbers that use it lose their catalog.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
Meta product catalog ID (from GET /v1/ads/catalogs)
Query Parameters
A facebook, instagram, metaads or whatsapp account ID
A facebook, instagram or metaads account whose Meta login carries catalog_management; its token performs the call instead of the account's own
Response Body
application/json
application/json
application/json
application/json
application/json
{ "success": true, "catalogId": "string"}Delete a product
Previous Page
Create, update or delete products in bulk
Up to 5000 CREATE / UPDATE / DELETE requests keyed by `retailerId`, processed asynchronously by Meta. Returns handles; poll GET /v1/ads/catalogs/{catalogId}/batches/{handle} for the outcome and per-item errors. CREATE requests need name, url, imageUrl, price and currency.