Deletes the specified hunt group.
my_api.hunt_groups.delete_group_hunt_group(
service_user_id = "test_hunt_groupd@domain.com"
)
{
"serviceInstanceProfile": {
"name": "test_hunt_group",
"callingLineIdLastName": "Hunt Group",
"callingLineIdFirstName": "Test",
"hiraganaLastName": "Hunt Group",
"hiraganaFirstName": "Test",
"language": "English",
"timeZone": "Europe/London",
"timeZoneDisplayName": "(GMT+01:00) Greenwich Mean Time",
"aliases": []
},
"policy": "Regular",
"huntAfterNoAnswer": False,
"noAnswerNumberOfRings": 5,
"forwardAfterTimeout": False,
"forwardTimeoutSeconds": 10,
"allowCallWaitingForAgents": False,
"useSystemHuntGroupCLIDSetting": True,
"includeHuntGroupNameInCLID": True,
"enableNotReachableForwarding": False,
"makeBusyWhenNotReachable": False,
"allowMembersToControlGroupBusy": False,
"enableGroupBusy": False,
"applyGroupBusyWhenTerminatingToAgent": False,
"serviceUserId": "test_hunt_group@domain.com",
"resellerId": None,
"serviceProviderId": "ExampleServiceProvider",
"groupId": "ExampleGroup",
"isEnterprise": True,
"agents": []
}