delete_expired_indicator_with_exlusion
Community Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.8.0 and later.
Use this script to delete indicators that have expired. The executeCommand function is called with two arguments. The first argument is the name of the command, which is "deleteIndicators". The second argument is a dictionary containing additional parameters for the command. In this case, the query parameter is set to "expirationStatus:expired", which specifies that only indicators with an expiration status of "expired" should be deleted. The doNotWhitelist parameter is set to "true", indicating that any indicators deleted should not be updated on exclusion list.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 6.8.0 |
#
InputsThere are no inputs for this script.
#
OutputsThere are no outputs for this script.