API Function: RemoveGroup
Resource URL: www.dialmycalls.com/api/1-0/RemoveGroup
Removes a group from your account. This does not delete the contacts in the group from your account.
Required Resource Properties
| Property | |
|---|---|
| groupid | This is the id that is returned by AddGroup to associate a group. |
Examples
- How To Remove A Group
-
$request->execute("/1-0/RemoveGroup/", 'POST',array("groupid"=>"1111"));$resp = json_decode($request->responseBody);