---
title: "Rescind Single User Journey"
method: PATCH
path: "/api/v2/user_journeys/{id}/rescind"
tags: ["User Journeys"]
---

# Rescind Single User Journey

`PATCH /api/v2/user_journeys/{id}/rescind`

Rescind a single user journey by ID. This operation uses rescind_reason only.

## Path parameters

- `id` string, uuid, required

## Request body

- RequestsUserJourneyRescind
  - `rescind_reason` 'no_longer_needed' | 'offered_externally', required

## Response `204`

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

## Other responses

- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — Client error

## Changes

- **2026-07-19** `85bece7875fd` — 2 breaking, 1 warning, 2 info
  - request property `rescind_reason` was restricted to a list of enum values
  - the `rescind_reason` request property type/format changed from ``/`` to `string`/``
  - removed `#/components/schemas/Enums.UserJourneyRescindReason` from the `rescind_reason` request property `allOf` list
  - added the new `no_longer_needed` enum value to the request property `rescind_reason`
  - …1 more
- **2026-03-09** `0c7f113817e0` — 1 info
  - endpoint added
- **2024-06-11** `6cde27481f55` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xpand-io/apis/xpand-api/changes/api/v2/user_journeys/:id/rescind/patch.md)

---

[API](https://skmtc.dev/xpand-io/apis/xpand-api.md) · [All operations](https://skmtc.dev/xpand-io/apis/xpand-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xpand-io/xpand-api/revisions/85bece7875fd/schema)
