React Native SDK
Device Management
Unbind

Unbinding Device

Unbind

const data = await device.unBind()
if (data.success) {
    
}