await seam.devices.simulate.remove({
device_id: "46757795-11f7-446a-a6cb-779e9f039d7c",
});
/*
// void
*/{}Simulations
Simulate Device Removal
Simulates removing a device from Seam. Only applicable for sandbox devices. See also Testing Your App Against Device Disconnection and Removal.
POST
/
devices
/
simulate
/
remove
await seam.devices.simulate.remove({
device_id: "46757795-11f7-446a-a6cb-779e9f039d7c",
});
/*
// 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 removing from Seam.
Response
OK
The response is of type object.
Was this page helpful?