REST.Backend.ServiceTypes.TBackendUsersApi.DeleteUser

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteUser(const AObject: TBackendEntityValue): Boolean; overload;
function DeleteUser(const AObjectID: string): Boolean; overload;

C++

bool __fastcall DeleteUser(const Rest::Backend::Metatypes::TBackendEntityValue &AObject)/* overload */;
bool __fastcall DeleteUser(const System::UnicodeString AObjectID)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes TBackendUsersApi

Description

Embarcadero Technologies does not currently have any additional information.