iOS SDK
Device Management
Unbind

Unbinding Device

Unbind

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