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