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