Skip to main content

Delete Rule Groups

Delete rule groups entities by ID.

Parameters

ParameterDescription
Audit Log CommentAudit log comment for this action.
Rule Group IDsA comma-separated list of rule groups IDs to be deleted. You can find the rule group ID in the Custom IOA Rule Groups page.

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",
"writes": {
"resources_affected": 0
}
},
"resources": [
"string"
]
}

Workflow Library Example

Delete Rule Groups with Crowdstrike and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop