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