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).
Members & Organization
Section titled “Members & Organization”// init — account-level binding, no resource argumentconst deleteMembers = yield* AWS.SecurityHub.DeleteMembers();
// runtimeyield* deleteMembers({ AccountIds: ["111122223333"] });