Skip to content

Commit

Permalink
Add docs on torrents.remove
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Jun 26, 2024
1 parent 682a48b commit c3ead62
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/api/methods/torrents_remove.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# `torrents.remove`

Removes a torrent.

## Request

```json
{
// An array of torrent info hashes.
"info_hashes": [
[ "abcdef0123456789abcd", null ]
],
// Set to true to remove the data as well.
"remove_data": false
}
```

## Response

```json
null
```

0 comments on commit c3ead62

Please sign in to comment.