-
Notifications
You must be signed in to change notification settings - Fork 1
ServerGroupDel
Samuel Grant edited this page Jun 23, 2020
·
2 revisions
Deletes a server group
| Name | Type | Description |
|---|---|---|
| sgid | int64 | The server group ID of the group to be deleted |
| Type | Description |
|---|---|
| *status | QueryResponse |
| error |
qres, groups, err := client.ServerGroupDel(15)
if err != nil || !qres.IsSuccess {
// Handle error or rejected server query
}