---
title: "Cancel block trade offer"
method: DELETE
path: "/block-trades/{block_trade_id}/offers/{offer_id}"
tags: ["BlockTrades"]
---

# Cancel block trade offer

`DELETE /block-trades/{block_trade_id}/offers/{offer_id}`

Cancel a pending offer for a block trade.

Only the offering account can cancel their own offer if it's in
a cancellable state and the parent block trade is still active.

**Returns:** Success message confirming offer cancellation.
Status updated to CANCELLED.

## Path parameters

- `block_trade_id` string, required
- `offer_id` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
