removeGroup

TrueConf7/5/26Less than 1 minute

removeGroup

Description

Delete a group from the address book

void removeGroup(int iGroupId)

Parameters

NameDescription
iGroupIdGroup identifier

Response example

{
    "method" : "removeGroup",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: