This endpoint will immediately stop any active journeys for a specific customer.
POST /customer/cancel/
Payload Specification
Param Name | Required | Type | Description |
---|---|---|---|
email | Yes | String | The email address of the customer |
{
"email": "[email protected]"
}