RemoveKeyFromList
Common Scripts Pack.#
This Script is part of theRemoves a key in key/value store backed by an XSOAR list.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | |
Cortex XSOAR Version | 5.0.0 |
#
InputsArgument Name | Description |
---|---|
listName | List name. |
keyName | Key. |
#
OutputsThere are no outputs for this script.
#
Script Example!RemoveKeyFromList listName="NewList" keyName="SomeKey"
#
Context Example#
Human Readable OutputSuccessfully removed key SomeKey from list NewList.