Skip to content

Remove FalconScript

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

Remove-FalconScript

SYNOPSIS

Remove a custom Real-time Response script

DESCRIPTION

Requires 'Real time response (admin): Write'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String Script identifier X X

SYNTAX

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

REFERENCE

Endpoints

DELETE /real-time-response/entities/scripts/v1

falconpy

RTR_DeleteScripts

USAGE

Delete scripts

Remove-FalconScript -Id <id>, <id>

Delete scripts matching a filter

Get-FalconScript -Filter "name:'my_script'" | Remove-FalconScript

2023-04-25: PSFalcon v2.2.5

Clone this wiki locally