Skip to content

delete_device_profile

删除未被任何账号使用的设备指纹。

调用

js
const result = await api.delete_device_profile(profile_id)
// { deleted: true, id: profile_id }

参数

参数类型必填说明
idnumber设备指纹 ID

只要存在账号引用,框架就会拒绝删除。先通过 get_device_profile_list 查看 accountCountassignedAccounts

萌卡 NT · 连接想法,也连接你我。