Details
| ID | RemoveKeyFromList |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Removes a key in key/value store backed by an XSOAR list.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| listName | List name. |
| keyName | Key. |
Outputs
There are no outputs for this script.
Script Example
!RemoveKeyFromList listName="NewList" keyName="SomeKey"
Context Example
{}
Human Readable Output
Successfully removed key SomeKey from list NewList.
args: - description: List name. name: listName required: true - description: Key. name: keyName required: true comment: Removes a key in key/value store backed by an XSOAR list. outputs: [] commonfields: id: RemoveKeyFromList version: -1 name: RemoveKeyFromList script: '-' tags: [] timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 fromversion: 5.0.0 tests: - No tests