<Intro>

<EndpointHeader />

<Description>

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.

</Description>

</Intro>

<Parameters in="path">

<Parameter name="audience_id" type="string">

<Description>

ID of the audience to remove the contact from (`adn_`-prefixed).

</Description>

</Parameter>

<Parameter name="contact_id" type="string">

<Description>

ID of the contact to remove (`con_`-prefixed).

</Description>

</Parameter>

</Parameters>