---
title: "Cancel Journey"
method: POST
path: "/api/v4/journey/{id}/state"
tags: ["Journeys"]
---

# Cancel Journey

`POST /api/v4/journey/{id}/state`

Cancels an active journey. Journeys can only be cancelled free of charge before a driver has been assigned. After assignment, cancellation fees may apply if the courtesy period has elapsed (this varies by operating zone).

Returns `409 Conflict` if the journey has already been completed, terminated, or is in a state that does not allow cancellation.

## Path parameters

- `id` string, required

## Response `200`

Success

- JourneyResponse
  - `id` string — journey_id of the current operation.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `409` — Journey cannot be cancelled (already terminated or in a non-cancellable state)
- `500` — Internal server error

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
