cml_delete_entity
Deletes an entity from a specified aggregate and bounded context in a Domain-Driven Design model.
Instructions
Delete an entity from an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityName | Yes | Name of the entity to delete | |
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate |