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