Remove Devices from a Space

Early Access Preview. The spaces API is currently in Alpha. We're actively developing it and seeking early feedback at support@seam.co. Expect breaking changes as we refine the design.

Removes devices from a specific space.

Authentication Methods
  • API key

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

To learn more, see Authentication.

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?

Revision created

ci: Generate docs