REST.Backend.EMSServices.TEMSUsersAPI.DeleteUser
Delphi
function DeleteUser(const AObject: TBackendEntityValue): Boolean; overload;
C++
bool __fastcall DeleteUser(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 | TEMSUsersAPI |
Description
Requests the deletion of the specified user from the EMS server and returns True on success or False otherwise.
Exceptions
| Exception | Message | Description |
|---|---|---|
|
User ID required |
|