Cancelling binance futures orders using CreateOrderID

Hi, when I want to cancel an order in binance futures, can I just use the unique ClientOrderID I have created for it or does it also need the ID it generates automatically?

Yes, you can do so by filling in the clientOrderId in origClientOrderId when calling cancel order API DELETE /fapi/v1/order.

Thank you!