Removing data from the encrypted local store

You can delete a value from the encrypted local store by using the EncryptedLocalStore.removeItem() method, as in the following example:

air.EncryptedLocalStore.removeItem("firstName");

You can clear all data from the encrypted local store by calling the EncryptedLocalStore.reset() method, as in the following example:

air.EncryptedLocalStore.reset();