Cancel Orders by IDsdelete https://{region}-api.upbit.com/v1/orders/uuidsCancel specified orders by providing a list of UUIDs or Identifiers. You can cancel up to 20 orders in a single request.Query Paramsuuids[]array of stringsList of order UUIDs The maximum number of orders that can be canceled is 20. When querying with two or more UUIDs, specify the query parameters as follows: [Example] uuids[]=uuid1&uuids[]=uuid2…uuids[]ADD stringidentifiers[]array of stringsClient-specified identifiers for orders to cancel. The maximum number of orders that can be canceled is 20. When querying with two or more identifiers, specify the query parameters as follows: [Example] identifiers[]=id1&identifiers[]=id2…identifiers[]ADD stringResponses 200List of canceled orders 400error objectUpdated 7 months ago