I've created an order in testMode using the v3 order create endpoint. In the developer API: https://docs.clover.com/clover-platform/reference#ordergetorders-2 it mentions an endpoint to delete testMode orders.
Whether this order was created in test mode. Payments made against test orders are not processed. Test mode orders can be deleted from the Orders App on the merchant's device or web dashboard (https://www.clover.com/orders/m/{mId}/orders). They will also be deleted when the device sends a POST to the /v2/merchant/{mId}/orders/delete_all_tests endpoint.
I've tried hitting that endpoint (it seems to be a v2 endpoint) and unfortunately it fails with a 401 unauthorized. Is there a way to delete all test orders?