Skip to content

DeleteMembers

Source: src/AWS/SecurityHub/DeleteMembers.ts

Runtime binding for securityhub:DeleteMembers.

Deletes the member associations for the specified accounts. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.SecurityHub.DeleteMembersHttp).

// init — account-level binding, no resource argument
const deleteMembers = yield* AWS.SecurityHub.DeleteMembers();
// runtime
yield* deleteMembers({ AccountIds: ["111122223333"] });