Skip to content

DeleteGroup

Source: src/AWS/QBusiness/DeleteGroup.ts

Runtime binding for the DeleteGroup operation (IAM action qbusiness:DeleteGroup), scoped to one Index.

Deletes a mapped group so its members lose group-scoped document access on the next query. Provide the implementation with Effect.provide(AWS.QBusiness.DeleteGroupHttp).

const deleteGroup = yield* AWS.QBusiness.DeleteGroup(index);
yield* deleteGroup({ groupName: "engineering" });