Skip to content

KB / api

DELETE /api/v1/trading/trades/{trade_id}

Last verified

Auto-generated. This article is rebuilt from FastAPI route introspection by scripts/build_api_kb.py. Edit the route docstring in app/ and re-run the script — do not edit this file directly.

DELETE /api/v1/trading/trades/{trade_id}

Handler: app.trading.routes.cancel_trade
Methods: DELETE

Description

Cancel a pending trade.

Parameters

InNameTypeDefaultDescription
pathtrade_idstrPydanticUndefined

Curl

curl -s https://bigclawd.com/api/v1/trading/trades/{trade_id}