Remove entities from a group
Entity Groups
Remove entities from a group
Removes the given entities from the entity group; entities not currently in the group are unaffected.
DELETE
Remove entities from a group
Headers
Project ID to specify the project context
Path Parameters
Unique identifier (UUID) of the entity group to remove entities from.
Body
application/json
Entity IDs to assign to this group
Example:
[
"550e8400-e29b-41d4-a716-446655440000",
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
]Response
Entities were removed from the group.