REST.Backend.EMSServices.TEMSGroupsAPI.DeleteGroup
Delphi
function DeleteGroup(const AObject: TBackendEntityValue): Boolean; overload;
C++
bool __fastcall DeleteGroup(const Rest::Backend::Metatypes::TBackendEntityValue &AObject)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | REST.Backend.EMSServices.pas REST.Backend.EMSServices.hpp  | 
        REST.Backend.EMSServices | TEMSGroupsAPI | 
Description
Requests the deletion of the specified group from the EMS server and returns True on success or False otherwise.
Exceptions
| Exception | Message | Description | 
|---|---|---|
| 
 Group name required  | 
 
  |