Remove devices from a group

POST {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/groups/:groupId/devices/remove

Remove a list of devices from a group. Once the request is accepted, no matter the deviceId exists or does not belong to the group, will always return 200 and the group information after the operation. Removing the device will not delete the device itself.

RESPONSES

status: OK

{"id":"a2582d78-4be0-4cef-a4ab-6d37c432a1c1","name":"BranchA","deviceIds":[],"createdAt":"2022-07-04T00:00:00Z","updatedAt":"2022-07-07T00:00:00Z"}