Control Queued Torrent
POST {{api_base}}/{{api_version}}/api/torrents/controlqueued
Overview
Controls a queued torrent. By sending the queued torrent's ID and the type of operation you want to perform, it will perform that action on the queued torrent.
Operations are either:
-
Delete
deletes the queued torrent from your account
Authorization
Requires an API key using the Authorization Bearer Header.
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"success":true,"error":null,"detail":"Torrent operation processed successfully.","data":null}