meta_ads_ad_rules_delete
Permanently delete an Automated Rule – stops firing immediately and purges its evaluation history. Not reversible via update; for temporary suspension, use update with DISABLED status.
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. |