cml_delete_value_object
Remove a value object from an aggregate by specifying the bounded context and aggregate name, cleaning up the domain model.
Instructions
Delete a value object from an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate | |
| valueObjectName | Yes | Name of the value object to delete |