Represents a request to force remove a download.
ForceRemove(string gid, string? id = null)Forcefully removes the download denoted by gid from the download queue without performing time‑consuming actions. Returns the GID of the removed download.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.forceRemove
gid (string): The GID of the download to forcefully remove.
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Returns:
The GID of the removed download.
Throws:
Aria2Exception
Thrown when an aria2 error occurs.