Skip to main content

Delete Host Groups

Delete a set of Host Groups by specifying their IDs.

Parameters

ParameterDescription
Host Groups IDsA comma-separated list of host groups IDs to be deleted. You can find the host group ID in the Host Management page.

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

Workflow Library Example

Delete Host Groups with Crowdstrike and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop