await seam.devices.simulate.disconnect({
device_id: "a60686b8-f401-452d-9f67-53d139cf6160",
});
/*
// void
*/
{}Simulations
Simulate Device Disconnection
Simulates disconnecting a device from Seam. Only applicable for sandbox devices. See also Testing Your App Against Device Disconnection and Removal.
POST
/
devices
/
simulate
/
disconnect
await seam.devices.simulate.disconnect({
device_id: "a60686b8-f401-452d-9f67-53d139cf6160",
});
/*
// void
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspaceclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the device that you want to simulate disconnecting from Seam.
Response
OK
The response is of type object.
Was this page helpful?