This endpoint will remove a customer from a list.
POST /lists/LIST_ID/contacts/remove/
Payload Specification
| Param Name | Required | Type | Description |
|---|---|---|---|
email | Yes | String | The email address of the customer |
{
"email": "[email protected]"
}
