Skip to content

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).

// init — bind the operation to the Q App
const batchDeleteCategory = yield* AWS.QApps.BatchDeleteCategory(app);
// runtime
yield* batchDeleteCategory({ categories: [categoryId] });