Remove Devices from a Space
Removes devices from a specific space.
Removes devices from a specific space.
Code
await seam.spaces.removeDevices({
space_id: "6df14344-4114-4d74-9ef4-2e1208378cda",
device_ids: ["011460e9-9605-46a5-91f1-6b2a442b70fd"],
});
Output
// void
Request Parameters
device_ids
Array of UUIDs (Required)
IDs of the devices that you want to remove from the space.
space_id
String (Required)
ID of the space from which you want to remove devices.
Response
void
Last updated
Was this helpful?