This endpoint will remove customer tags from a customer.

You can use either the Rejoiner Customer ID or the customer's email address.

PATCH /customers/CUSTOMER_ID/tags/remove/

PATCH /customers/tags/remove/by_email/?email=CUSTOMER_EMAIL


Payload Specification

Param NameRequiredTypeDescription
tagsYesArray(String)Tags to be removed from the customer
start_journeyNoBooleanA value of false will optionally prevent the removed tags from triggering any journeys. Defaults to true if no value is passed.