Remove Alert Group
/groups/remove
token (string, required) group_id (int, required)
Permanently remove all 911 Alert Group information and endpoints (any connected 911 addresses will be left intact)
{
"code": 200,
"status": "success",
"data": "Successfully set conferences for the group"
}
{
"code": 500,
"status": "error",
"data": "Could not set conference status for the group"
}
{
"code": 400,
"status": "error",
"data": "Invalid group id"
}