delete_downloadclient_bulk
Remove multiple download clients in one request. Specify the client IDs in the body to bulk-delete them from Radarr, simplifying cleanup of outdated or invalid configurations.
Instructions
Delete DownloadClient.
DELETE /api/v3/downloadclient/bulk
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |