meta_ads_catalogs_delete
Delete a Meta Ads product catalog with cascading removal of all products. Stops dynamic ads campaigns consuming the catalog. Reversible only if no ad has served since deletion. Always check product_count first and confirm.
Instructions
Deletes a Product Catalog. Returns a success flag. Destructive and cascades — all products inside and any DPA campaigns consuming the catalog lose their product source and stop serving dynamic ads. Reversible via rollback_apply only if no ad consuming the catalog has served since deletion. Always call meta_ads_catalogs_get first to check product_count and operator-confirm before calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. | |
| catalog_id | Yes | Catalog ID to delete. |