await seam.spaces.removeDevices({
space_id: "6df14344-4114-4d74-9ef4-2e1208378cda",
device_ids: ["011460e9-9605-46a5-91f1-6b2a442b70fd"],
});
/*
// void
*/{
"ok": true
}Spaces
Remove Devices from a Space
Removes devices from a specific space.
POST
/
spaces
/
remove_devices
await seam.spaces.removeDevices({
space_id: "6df14344-4114-4d74-9ef4-2e1208378cda",
device_ids: ["011460e9-9605-46a5-91f1-6b2a442b70fd"],
});
/*
// void
*/{
"ok": true
}Authorizations
pat_with_workspaceconsole_session_with_workspaceapi_keyclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK

