deleteTorrents

suspend fun deleteTorrents(hashes: List<String>, deleteFiles: Boolean = false)

Delete one or more torrents.

Parameters

hashes

A single torrent hash, list of torrents, or 'all'.

deleteFiles

If true, delete all the torrents files.