Delete Profile

The deleteEsimProfile function can be used to delete an installed eSIM profile on the device. The callback can be used to find out when the deletion has been completed. The function needs the "SubscriptionInfo".

This query may take some time to complete.

StraicSDK.deleteEsimProfile(SubscriptionInfo) {
    Log.i( "StraicSDK", "Deleted") 
}

Last updated