githubEdit

Delete a Device

Delete a device by ID

Delete a Device

circle-exclamation
circle-info

Deleting a device prevents that device from appearing again in your workspace. The only way to recover a deleted device is to delete the entire connected account.

Seam recommends unmanaging a device instead of deleting it.

Delete a device

DELETE https://connect.getseam.com/devices/delete

Delete a single device from your workspace using a device_id

Query Parameters

Name
Type
Description

device_id*

String

Device id

{
  "ok": true
}

Code Example

seam.devices.delete("123e4567-e89b-12d3-a456-426614174000")

Last updated

Was this helpful?