BatchDeleteCategory
Source:
src/AWS/QApps/BatchDeleteCategory.ts
Runtime binding for qapps:BatchDeleteCategory.
Deletes library categories by id. Provide the implementation with
Effect.provide(AWS.QApps.BatchDeleteCategoryHttp).
Categories
Section titled “Categories”// init — bind the operation to the Q Appconst batchDeleteCategory = yield* AWS.QApps.BatchDeleteCategory(app);
// runtimeyield* batchDeleteCategory({ categories: [categoryId] });