---
title: "Decline offer"
method: POST
path: "/api/v1/Offer/{id}/decline"
tags: ["Carrier - Offer APIs"]
---

# Decline offer

`POST /api/v1/Offer/{id}/decline`

Allows Coyote's Carrier to decline countered offer.

## Path parameters

- `id` string, required — Offer id

## Response `200`

Offer was successfully declined

## Other responses

- `400` — Invalid request
- `404` — Offer not found

---

[API](https://skmtc.dev/coyote/apis/coyotego-api.md) · [All operations](https://skmtc.dev/coyote/apis/coyotego-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coyote/coyotego-api/revisions/3229e1a057a2/schema)
