v19

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-012366102.8 KB
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

rescind_reason'no_longer_needed' | 'offered_externally' required

Example request

{
  "rescind_reason": "no_longer_needed"
}

Response

There is no content to send for this request, but the headers may be useful.