Represents a request to purge the download result of a completed/error/removed download.
PurgeDownloadResult(string? id = null)Purges completed, error, or removed downloads from memory.
https://aria2.github.io/manual/en/html/aria2c.html#aria2.purgeDownloadResult
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.