Deletes a service order. > [!HINT] Note > Order can be deleted only by a person who created it. `Command syntax:` ```actionscript net_srv order delete -net <net_name> -hash <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 hash - hash of the order ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli net_srv order delete -hash 0xC4D4A5B737466AE975D66E63B0DEE35EDA53493B1A9BBC58280445158E863734 -net riemann ``` `Response:` ```actionscript Deleted order 0xC4D4A5B737466AE975D66E63B0DEE35EDA53493B1A9BBC58280445158E863734 ``` ### JSON-RPC Example ![[JSON-RPC Request - NET_SRV ORDER DELETE]]