action superset_delete_report { label: "delete_report" description: "Deletes multiple report schedules in a bulk operation." provider: superset method: DELETE path: "/report/" encoding: json input: { type: "object" properties: { q: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { message: { type: "string" } } } }