Is the 'cancelReplace' endpoint working?

The new 'cancelReplace' endpoint seems to produce strange results.
I keep getting the same HTML error message for all choices of parameters:

<html><body><h2>404 Not found</h2></body></html>

Any other endpoint error looks different like this:

  {
    code: -1102,
    msg: "Param 'origClientOrderId' or 'orderId' must be sent, but both were empty/null!"
  }

Does this indicate any bugs with the ‘cancelReplace’ endpoint?
Did anyone manage to use that endpoint successfully?

Are you using the correct Http Method, POST? If yes, please provide the full URL used.

1 Like

You are right, I forgot to add POST, thank you!