Deactivate a Phone

POST /phones/deactivate  ⇒ void

Deactivates a phone, which is useful, for example, if a user has lost their phone. For more information, see App User Lost Phone Process.

Request

await seam.phones.deactivate({
  device_id: "22222222-2222-2222-2222-444444444444",
});

Response

// void

Authentication Methods

  • API key

  • Personal access token Must also include the seam-workspace header in the request.

Request Parameters

device_id

Type: string Required: Yes


Return Type

void

Last updated

Logo

© Seam Labs, Inc. All rights reserved.