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

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

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

Response

OK

ok
boolean
required