REST.Backend.EMSServices.TEMSUsersAPI.DeleteUser

From RAD Studio API Documentation
Jump to: navigation, search

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

EEMSClientAPIError

User ID required

AObject contains an empty strings as user ID.

See Also