meta_ads_ad_rules_delete
Delete an Automated Rule from Meta Ads. This action stops the rule immediately and removes its evaluation history. Use update with DISABLED for temporary suspension.
Instructions
Deletes an Automated Rule. Returns a success flag. Destructive — the rule stops firing immediately and its evaluation history is purged. Reversible via rollback_apply (re-creates the rule), but the rule_id changes on re-create which can break downstream references. For temporary suspension prefer meta_ads_ad_rules_update with status=DISABLED.
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. | |
| rule_id | Yes | Rule ID to delete. |