Skip to main content
POST
/
devices
/
simulate
/
disconnect
await seam.devices.simulate.disconnect({
  device_id: "a60686b8-f401-452d-9f67-53d139cf6160",
});

/*
// 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 disconnecting from Seam.

Response

OK

ok
boolean
required