JUMP TOGetting StartedIntroductionPreparationJavaScript APIBasic Code SnippetTracking ViewstrackPageViewaddPageViewtrackProductViewTracking Cart DatasetCartDatasetCartItemremoveCartItemclearCartDataTracking ConversionssendConversionStoring Customer DatasetCustomerDatasetCustomerEmailsetCustomerPhonesubscribeToListcustomerOptInAdditional DatasetSessionMetadatasetSessionDateForm FilteringREST APIREST API BasicsBase URLAuthenticationRequest & Response FormatPaginationCustomer EndpointsConvert CustomerJourney CancellationCustomer UnsubscribeRecord Explicit Customer ConsentGet Customer ProfileUpdate or Create Customer ProfileUpdate Customer ProfilePreference TagsGet Preference TagsReplace Preference TagsAdd Preference TagsRemove Preference TagsList EndpointsRetrieve ListsRetrieve List ContactsAdd Customer to ListRemove Customer From ListSession EndpointsUpdate Session DataJourney EndpointsTrigger Webhook JourneyTrigger Waiting Journey NodeREST APIVerifying AuthenticationgetPowered by Remove Customer From ListThis endpoint will remove a customer from a list. POST /lists/LIST_ID/contacts/remove/ Payload Specification Param NameRequiredTypeDescriptionemailYesStringThe email address of the customer Example Payload{ "email": "test@example.com" }