action superset_delete_annotation_layer { label: "delete_annotation_layer" description: "Deletes multiple annotation layers in a bulk operation." provider: superset method: DELETE path: "/annotation_layer/" encoding: json input: { type: "object" properties: { q: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { message: { type: "string" } } } }