---
title: "Remove offer"
method: DELETE
path: "/api/v1/Offer/{id}"
tags: ["Carrier - Offer APIs"]
---

# Remove offer

`DELETE /api/v1/Offer/{id}`

Allows Coyote's Carrier to remove pending offer.

## Path parameters

- `id` string, required — Offer id

## Response `200`

Offer was successfully removed

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