DeleteTrade

DELETE /trades/{tradeId}

Delete the trade

Responses

  • 204 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 503 application/json

    Service Unavailable

    Service Unavailable

DELETE /trades/{tradeId}
curl \
 --request DELETE 'http://api.example.com/trades/{tradeId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (204)
{
  "message": "string"
}
Response examples (400)
string
Response examples (503)
string