> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Group

Deletes a single load balancing group from the specified location. Returns a `204 No Content` response on success.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField path="siteGroup" type="integer" required>
  The ID of the group to delete.
</ParamField>
