User Journeys
Rescind Single User Journey
Rescind a single user journey by ID. This operation uses rescind_reason only.
patch/api/v2/user_journeys/{id}/rescind
Path parameters
idstring uuid required
Example:69ae0e64b02bfe73a44ca479
Request body
Example request
{
"rescind_reason": "no_longer_needed"
}Response
There is no content to send for this request, but the headers may be useful.