Remove FalconFileVantageRuleGroup - CrowdStrike/psfalcon GitHub Wiki

Remove-FalconFileVantageRuleGroup

SYNOPSIS

Remove FileVantage rule groups or unassign them from policies

DESCRIPTION

Requires 'Falcon FileVantage: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
PolicyId String FileVantage policy identifier, used when unassigning rule groups from a policy
Id String[] FileVantage rule group identifier X X

SYNTAX

Remove-FalconFileVantageRuleGroup [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Remove-FalconFileVantageRuleGroup [-PolicyId] <String> [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

DELETE /filevantage/entities/rule-groups/v1
PATCH /filevantage/entities/policies-rule-groups/v1

falconpy

deleteRuleGroups
updatePolicyRuleGroups

USAGE

2023-11-27: PSFalcon v2.2.6

⚠️ **GitHub.com Fallback** ⚠️