This endpoint will remove a customer from a list.

POST /lists/LIST_ID/contacts/remove/

Payload Specification

Param NameRequiredTypeDescription
emailYesStringThe email address of the customer
{
  "email": "[email protected]"
}