RemovePersistentRequest
This is a message of the Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from a client program to the Freenet node.
It asks the Freenet node to remove the persistent request that is identified by the Identifier value. Note that you must specify Global=true if it is a global request - even if WatchGlobal is enabled.
Since 1016: If the request is still running (i.e. not completed or failed) the node will send a PutFailed or GetFailed message with reason=Cancelled. After this message, or if the request was not running, the node sends a PersistentRequestRemoved message to confirm that the request was removed.
Example
RemovePersistentRequest Global=false Identifier=Insert-1 EndMessage