v1

latestOpenAPI 3.0.0Cabify Api support2026-07-264588127.9 KB
Journeys

Cancel Journey

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.

post/api/v4/journey/{id}/state

Path parameters

idstring required

Id of the journey

Response

Success

idstring

journey_id of the current operation.

Example response

{
  "id": "0397896-19aa-11ed-b6fe-7aaea8067492"
}