Deactivate a Phone
Deactivates a phone, which is useful, for example, if a user has lost their phone. For more information, see App User Lost Phone Process.
Deactivates a phone, which is useful, for example, if a user has lost their phone.
Code
await seam.phones.deactivate({
device_id: "6481cd6a-579f-4d8c-9adb-b42bf9fb697e",
});
Output
// void
Request Parameters
device_id
String (Required)
Device ID of the phone that you want to deactivate.
Response
void
Last updated
Was this helpful?