Delete Rules
Delete rules from a rule group by ID.
Basic Parameters
Parameter | Description |
---|---|
Parent Rule Group ID | The parent rule group ID. |
Rules IDs | A comma-separated list rules IDs to be deleted. You can find the rule ID in the Custom IOA Rule Groups page. |
User ID | The user ID. You can find it in the User Profile page. |
Advanced Parameters
Parameter | Description |
---|---|
Comment | Explains why the entity is being deleted. |
Example Output
{
"errors": [
{
"code": 0,
"id": "string",
"message": "string"
}
],
"meta": {
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
},
"powered_by": "string",
"query_time": 0,
"trace_id": "string",
"writes": {
"resources_affected": 0
}
}
}
Workflow Library Example
Delete Rules with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop