cml_delete_domain_event
Remove a domain event from an aggregate in a bounded context to keep the domain model accurate.
Instructions
Delete a domain event from an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventName | Yes | Name of the domain event to delete | |
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate |