meta_ads_catalogs_delete
Deletes a Product Catalog and all associated products. This irreversible action stops dynamic ads from any campaigns using the catalog. Confirm catalog contents first to avoid unintended loss.
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. Not automatically reversible — record before-state with mureo_state_action_log_append if you may need to roll back. 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. |