Skip to content

Remove FalconCloudAzureAccount

bk-cs edited this page Sep 3, 2024 · 1 revision

Remove-FalconCloudAzureAccount

SYNOPSIS

Remove Falcon Cloud Security Azure accounts

DESCRIPTION

Requires 'CSPM registration: Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
TenantId String[] Azure tenant identifier
RetainTenant Boolean Retain Azure tenant when removing an account
Id String[] Azure account identifier X X

SYNTAX

Remove-FalconCloudAzureAccount [[-TenantId] <String[]>] [[-RetainTenant] <Boolean>] -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

DELETE /cloud-connect-cspm-azure/entities/account/v1

falconpy

DeleteCSPMAzureAccount

USAGE

2024-09-03: PSFalcon v2.2.7

Clone this wiki locally