remove_users_from_audience
Remove users from a Meta Ads custom audience by supplying the audience ID and a SHA-256 hashed payload.
Instructions
Remove users from a custom audience. Payload format is the same as add_users_to_audience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | JSON string: {schema: ['EMAIL','PHONE',...], data: [['hash1','hash2',...], ...]}. All PII must be SHA-256 hashed. | |
| audience_id | Yes | Audience ID |