---
title: "Cancel bid"
method: DELETE
path: "/api/v1/bids/{id}"
tags: ["bids"]
---

# Cancel bid

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

Cancel a bid. Only the bid owner can cancel their bids.
      Bids can only be cancelled in PENDING or VALIDATED status.

## Path parameters

- `id` string, required

## Response `200`

Bid cancelled successfully

## Other responses

- `400` — Bid cannot be cancelled in current status
- `403` — Not authorized to cancel this bid

---

[API](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification.md) · [All operations](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/manifoldfinance/eigenlayer-public-api-specification/revisions/068b24703dfe/schema)
