curl --location --request POST 'https://api-octane.telcoinabox.com.au/tiabwsv2/UtbOrder' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ord:orderCreate xmlns:ord="http://order.frontend.ws.utilibill.com.au/">
<login>
<userName>username</userName>
<password>password</password>
</login>
<createRequest>
<custNo>554433</custNo>
<orderType>SRVC_ORD</orderType>
<orderAction>DEL_RECURRING</orderAction>
<orderItems>
<wmeDelRecurringBoltOnReqItem>
<lineSeqNo>1</lineSeqNo>
<recurringBoltonCode>80530</recurringBoltonCode>
</wmeDelRecurringBoltOnReqItem>
</orderItems>
</createRequest>
</ord:orderCreate>
</soapenv:Body>
</soapenv:Envelope>'