Skip to content

FCPv2 RemovePersistentRequest

David Roden edited this page Jan 4, 2025 · 1 revision

RemovePersistentRequests (aliased to RemoveRequest) instructs the Freenet node to remove a request from one of its queues.

Once the request is removed, a PersistentRequestRemoved will be sent.

Example

RemovePersistentRequest
Identifier=remove-persistent-request-0001
Global=true
EndMessage

Details

Field Possible values Mandatory Default Description
Identifier Yes The identifier to the request to remove.
Global [true, false] No false  If true, requests from the global queue will be considered for removal, otherwise only the client’s queue is checked.

Clone this wiki locally