Please check for your routename and then method name
if both are correct then please pass the parameters also in url
for example in your case, pass parameter like orderId (if you have more then pass all ) http://localhost/magento2/rest/V1/order/myorder/orderId
In my case, I missed passing parameters in url