meta_ads_audiences_delete
Delete a Meta Ads Custom Audience. Check which ad sets target this audience first to prevent unintended ad delivery stoppages.
Instructions
Deletes a Custom Audience. Returns a success flag. Destructive — any ad sets currently targeting this audience lose the targeting source and may stop delivering. Not automatically reversible — record before-state with mureo_state_action_log_append if you may need to roll back (and note that re-creation does not restore the original approximate_count). Call meta_ads_audiences_get first to confirm which ad sets use it (search ad_sets.list targeting specs client-side), and consider pausing those ad sets first.
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. | |
| audience_id | Yes | Audience ID to delete. |