Simulate Device Removal

Simulates removing a device from Seam. Only applicable for sandbox devices. See also Testing Your App Against Device Disconnection and Removal.

Simulates removing a device from Seam.

Code

await seam.devices.simulate.remove({
  device_id: "46757795-11f7-446a-a6cb-779e9f039d7c",
});

Output

// void
Authentication Methods
  • API key

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

To learn more, see Authentication.

Request Parameters

device_id String (Required)

ID of the device that you want to simulate removing from Seam.


Response

void

Last updated

Was this helpful?