User Journeys
Rescind Multiple User Journeys
Rescind all rescindable journeys for a user, optionally filtered by transition type. transition_type accepts a comma-separated list and spaces after commas are allowed.
patch/api/v2/user_journeys/rescind
Request body
Example request
{
"transition_type": "pre_offer, offer, post_offer, onboarding, offboarding",
"rescind_reason": "no_longer_needed",
"user_id": "6949f4dcea80bfa3cb3c21d7"
}Response
There is no content to send for this request, but the headers may be useful.