Represents a request to remove a download result.
RemoveDownloadResult(string gid, string? id = null)Removes a download result (completed/error/removed) from memory, identified by gid.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.removeDownloadResult
gid (string): The GID of the download result to remove.
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Throws:
Aria2Exception
Thrown when an aria2 error occurs.