await seam.phones.deactivate({
device_id: "6481cd6a-579f-4d8c-9adb-b42bf9fb697e",
});
/*
// void
*/{}Phones
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.
DELETE
/
phones
/
deactivate
await seam.phones.deactivate({
device_id: "6481cd6a-579f-4d8c-9adb-b42bf9fb697e",
});
/*
// void
*/{}Authorizations
client_sessionpat_with_workspaceconsole_session_with_workspaceapi_key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Device ID of the phone that you want to deactivate.
Response
OK
The response is of type object.
Was this page helpful?