Home > @magiclane/maps-sdk > ActivationService > deleteActivation
ActivationService.deleteActivation() method
Deletes an activation entry identified by its id.
Do not confuse deactivation with deletion of an activation record on the device. Deactivation notifies the activation service that the license is no longer in use on this device. Deletion simply removes the activation record locally without notifying the activation service.
Signature:
static deleteActivation(activationId: string): any;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
activationId |
string |
The activation id to delete |
Returns:
any
GemError code indicating success or failure