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>'

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.

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.