Merge pull request #33029 from thaJeztah/17.04-remove-unused-filter-param

[17.04.x] Remove unused filter param from Swagger
diff --git a/api/swagger.yaml b/api/swagger.yaml
index cf25487..2c70388 100644
--- a/api/swagger.yaml
+++ b/api/swagger.yaml
@@ -6147,14 +6147,6 @@
       produces:
         - "application/json"
       operationId: "VolumePrune"
-      parameters:
-        - name: "filters"
-          in: "query"
-          description: |
-            Filters to process on the prune list, encoded as JSON (a `map[string][]string`).
-
-            Available filters:
-          type: "string"
       responses:
         200:
           description: "No error"