Skip to main content
DELETE
/
v3
/
sites
/
{site}
/
groups
/
{siteGroup}
Delete Group
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup} \
  --header 'Authorization: Bearer <token>'
Deletes a single load balancing group from the specified location. Returns a 204 No Content response on success.
site
string
required
The UUID of the location.
siteGroup
integer
required
The ID of the group to delete.