GET/POST /public/api/deletegroup

Description

Delete group

Usage

Request body: { "APIkey": "Company_APIkey" "ID": "123", "GroupTitle": "GroupTitle" } * Values "ID" and "GroupTitle" are optional. The group to delete can be identified by supplying either the "ID" or "GroupTitle". Response: 200 OK Response body: none