NOTE: Any devices that belong to the deleted group will be moved to the organization's Default Group
Deletion Successful
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
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"
]
}