REST.Backend.EMSApi.TEMSClientAPI.UnregisterModuleResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnregisterModuleResource(const AModuleID, AName: string): Boolean;

C++

bool __fastcall UnregisterModuleResource(const System::UnicodeString AModuleID, const System::UnicodeString AName);

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Sends a deletion request to the EMS server for the specified resource of the specified module.

Exceptions

Exception Message Description

EEMSClientAPIError

MasterSecret required

Authentication is TAuthentication.MasterSecret and ConnectionInfo.MasterSecret is an empty string.

Session token required

Authentication is TAuthentication.Session and you did not log in or the session authentication token that you provided to Login is an empty string.

See Also