DeleteMembers
Source:
src/AWS/Detective/DeleteMembers.ts
Runtime binding for detective:DeleteMembers.
Removes member accounts from the behavior graph — the off-boarding
counterpart to CreateMembers when an account leaves the fleet. The graph
ARN is injected from the bound Graph.
Provide the implementation with
Effect.provide(AWS.Detective.DeleteMembersHttp).
Administering Member Accounts
Section titled “Administering Member Accounts”// initconst deleteMembers = yield* AWS.Detective.DeleteMembers(graph);
// runtimeyield* deleteMembers({ AccountIds: ["111122223333"] });