Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

After an indicator is deleted, the Falcon console no longer displays future detections in Activity for that IOC and the Falcon Streaming API no longer includes DetectionSummaryEvent or CustomerIOCEvent for that IOC.
To learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
IOC IDThe IOC ID to delete.

Example Output

{    "errors": [        {            "code": 0,            "id": "string",            "message": "string"        }    ],    "meta": {        "pagination": {            "after": "string",            "limit": 0,            "offset": 0,            "total": 0        },        "powered_by": "string",        "query_time": 0,        "trace_id": "string"    },    "resources": [        "string"    ]}

Workflow Library Example

Delete Indicator with Crowdstrike and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop