NOTE: Any devices that belong to the deleted group will be moved to the organization's Default Group See Using Global API Keys for more information on permission and scope requirements.
Deletion Successful
Invalid Request
Invalid Request
$apiKey = 'your_automox_api_key' $headers = @{ "Authorization" = "Bearer $apiKey" } $url = "https://console.automox.com/api/servergroups/12345?o=0000" Invoke-WebRequest -Method Delete -Uri $url -Headers $headers
{- "errors": [
- "string"
]
}