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

## Changes

- **2025-12-24** `846a2e2b455b` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/block-trades/:block_trade_id/offers/:offer_id/delete.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/846a2e2b455b?raw)
