REST.Backend.EMSApi.TEMSClientAPI.DeleteInstallation
Delphi
function DeleteInstallation(const AInstallationID: string): Boolean; overload;
C++
bool __fastcall DeleteInstallation(const System::UnicodeString AInstallationID)/* overload */;
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 installation.
Exceptions
| Exception | Message | Description | 
|---|---|---|
| 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
- REST.Backend.EMSApi.TEMSClientAPI.CreateAndroidInstallationObject
- REST.Backend.EMSApi.TEMSClientAPI.CreateIOSInstallationObject
- REST.Backend.EMSApi.TEMSClientAPI.UploadInstallation
- REST.Backend.EMSApi.TEMSClientAPI.UpdateInstallation
- REST.Backend.EMSApi.TEMSClientAPI.QueryInstallations
- REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallation
- REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsChannelNames
- REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsFields
- REST.Backend.EMSApi.TEMSClientAPI.PushBroadcast
- REST.Backend.EMSApi.TEMSClientAPI.PushToTarget
- REST.Backend.EMSApi.TEMSClientAPI.PushToChannels
- REST.Backend.EMSApi.TEMSClientAPI.PushWhere