remove_from_collection
Remove a layer from the user's Collection so it's no longer offered for reuse. Pass the element id that was added with add_to_collection. Copies already placed in other projects are unaffected (they're self-contained). No-op if the id isn't in the collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | The element id to remove from the Collection. | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. |