Skip to content

Remove FalconHostGroup

bk-cs edited this page Apr 28, 2023 · 18 revisions

Remove-FalconHostGroup

SYNOPSIS

Remove host groups

DESCRIPTION

Requires 'Host groups: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Host group identifier X X

SYNTAX

Remove-FalconHostGroup [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

DELETE /devices/entities/host-groups/v1

falconpy

deleteHostGroups

USAGE

Deleting host groups

Remove-FalconHostGroup -Id <id>, <id>

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally