外观
删除未被任何账号使用的设备指纹。
const result = await api.delete_device_profile(profile_id) // { deleted: true, id: profile_id }
id
只要存在账号引用,框架就会拒绝删除。先通过 get_device_profile_list 查看 accountCount 与 assignedAccounts。
get_device_profile_list
accountCount
assignedAccounts