v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
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.

countinteger required

number of items present in the items array

Example response

{
  "items": [
    {
      "estimatedIngestRate": 4096
    }
  ]
}