Removes specified order. `Command syntax:` ```actionscript srv_stake order remove -net <net_name> -order <order_hash> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list -order - hash of the order ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli srv_stake order remove -net foobar -order 0x5B0401700CDAC57C9BB73344E5BA1AFAA344AA322F6B855C23D779B86ADCAE50 ``` `Response:` ``` Stake order successfully removed ``` ### JSON-RPC Example ![[JSON-RPC Request - SRV_STAKE ORDER REMOVE]]