delete_applications_bulk
Remove multiple applications at once from Prowlarr by sending a bulk delete request. Specify the application objects in the request body to delete them in a single operation.
Instructions
Delete Application.
DELETE /api/v1/applications/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 |