groups
Delete a Worker Group, Outpost Group, or Edge Fleet
Delete the specified Worker Group, Outpost Group, or Edge Fleet.
delete/products/{product}/groups/{id}
Path parameters
product'stream' | 'edge' | 'outpost' required
Name of the Cribl product to get the Worker Groups, Outpost Groups, or Edge Fleets for.
idstring required
The <code>id</code> of the Worker Group, Outpost Group, or Edge Fleet to delete.
Response
The deleted ConfigGroup object in a single-item list.
Example response
{
"items": [
{
"estimatedIngestRate": 4096
}
]
}