meta_ads_products_delete
Delete a single product from your Meta Ads catalog. Use for permanent removal; for temporary suppression, update availability to 'out of stock' instead.
Instructions
Deletes a single catalog product. Returns a success flag. Destructive — DPA / Collection ads that referenced this product_id will skip it on the next serve cycle. Not automatically reversible — record before-state with mureo_state_action_log_append if you may need to roll back (and note that re-adding with the same retailer_id assigns a new Meta product_id, which can break hard-coded downstream references). For temporary suppression use meta_ads_products_update with availability='out of stock' instead.
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. | |
| product_id | Yes | Product ID to delete. |