---
title: "Decline offer"
method: POST
path: "/offers/{id}/decline"
tags: ["Offers"]
---

# Decline offer

`POST /offers/{id}/decline`

Declines an available offer

## Path parameters

- `id` integer, required

## Headers

- `X-Request-ID` unknown

## Request body

- DeclineOfferDto
  - `reason` 'FARE_TOO_LOW' | 'NO_VEHICLE_AVAILABILITY' | 'NO_DRIVER_AVAILABILITY' | 'ADDONS_NOT_AVAILABLE' | 'INCORRECT_JOURNEY_DETAILS' | 'HOLIDAY' | 'STRIKE' | 'DISTANCE_TOO_SHORT_OR_LONG' | 'OTHER', required
  - `description` string

## Response `200`

OK

---

[API](https://skmtc.dev/transferz/apis/authentication-api.md) · [All operations](https://skmtc.dev/transferz/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/transferz/authentication-api/revisions/73249fb480f2/schema)
