Removes event from the new forming round and puts it its datum back to mempool. `Command syntax:` ```actionscript dag event cancel -net <net_name> -chain <chain_name> -event <event_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 -chain - the name of Chain. The list of chains can be found in the directory <Config_dir> \ etc \ network \ <network_name> or by the Cellframe-Node-CLI using command - net list chains -event - hash of the event ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli dag event cancel -net foobar -chain zerochain -datum 0x771858B0FD6BB61C999C2AE26FBE3EF4BAD1E4D974A85DF5FDE3D8272340863E ``` `Response:` ``` Event was removed successfully (null) from the new forming round ``` ### JSON-RPC Example ![[JSON-RPC Request - DAG EVENT CANCEL]]