Control Web Download
POST {{api_base}}/{{api_version}}/api/webdl/controlwebdownload?bypass_cache=boolean&id=integer
Overview
Controls a web download. By sending the web download's ID and the type of operation you want to perform, it will send that request to the debrid client.
Operations are either:
- Delete deletes the download from the client and your account permanently
Authorization
Requires an API key using the Authorization Bearer Header.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| bypass_cache | string | ||
| id | string | Determines the web download requested, will return an object rather than list. Optional. |