# removeGroup
Description
Delete a group from the address book
void removeGroup(int iGroupId)
Parameters
Name | Description |
---|---|
iGroupId | Group identifier |
Response example
{
"method" : "removeGroup",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also