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 that contains the Worker Group, Outpost Group, or Edge Fleet.

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
    }
  ]
}

Changes