Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_ids
string<uuid>[]
required

IDs of the devices that you want to remove from the space.

space_id
string<uuid>
required

ID of the space from which you want to remove devices.

Response

OK

ok
boolean
required