---
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

---

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