Skip to content

DeleteMembers

Source: src/AWS/GuardDuty/DeleteMembers.ts

Runtime binding for guardduty:DeleteMembers.

Deletes member accounts from this administrator detector entirely. The detector id is injected from the bound Detector. Provide the implementation with Effect.provide(AWS.GuardDuty.DeleteMembersHttp).

// init
const deleteMembers = yield* AWS.GuardDuty.DeleteMembers(detector);
// runtime
yield* deleteMembers({ AccountIds: ["111122223333"] });