Documentation
Sign inGet started

Remove a contact from an audience

DELETE
/v1/audiences/{audience_id}/contacts/{contact_id}
curl -X DELETE "https://us1.platform.bird.com/v1/audiences/{audience_id}/contacts/{contact_id}" \
  -H "Authorization: Bearer $TOKEN"
Removes a contact's membership in an audience. The contact itself is not deleted and remains a member of any other audiences. Removing a contact that is not a member of the audience succeeds with no effect (204); an unknown audience or contact returns a not-found error.
Parametri
audience_id
string
Audience ID.
contact_id
string
Contact ID.