Remove a node from a group (disassociation)
DELETE/v1/groups/:groupId/nodes/:nodeId
Removes a node from the specified group. Requires the caller to be the sole primary user of the group. Not allowed for Matter-capable nodes.
Request
Responses
- 200
- 400
- 401
- 500
Node successfully removed from group
Bad request
Unauthorized - Invalid or missing authentication
Internal server error