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 Name | Required | Type | Description |
---|---|---|---|
tags | Yes | Array(String) | Tags to be removed from the customer |
start_journey | No | Boolean | A value of false will optionally prevent the removed tags from triggering any journeys. Defaults to true if no value is passed. |