The configuration options for removing torrents
You can pass a single ID or an array of IDs to remove multiple torrents. Optionally, you can set the deleteLocalData option to true to delete the torrent's data from the disk.
deleteLocalData
true
Optional
Whether or not to delete the torrent's data
false Copy
false
The ID or IDs of the torrents to remove
1 Copy
1
Copy
Generated using TypeDoc
The configuration options for removing torrents
You can pass a single ID or an array of IDs to remove multiple torrents. Optionally, you can set the
deleteLocalData
option totrue
to delete the torrent's data from the disk.