remove_contact_from_segment
Remove a specific contact from a segment by providing the contact ID and segment ID, ensuring audience lists stay accurate.
Instructions
Remove a contact from a segment (DELETE /contacts/:id/segments/:segmentId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The contact id. | |
| segment_id | Yes | The segment id. |