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
chevron-rightAuthentication Methodshashtag
  • API key

  • Client session token

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

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

circle-check

Last updated

Was this helpful?