cml_delete_command
Delete an unwanted command from a DDD aggregate by specifying the bounded context, aggregate, and command name.
Instructions
Delete a command from an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commandName | Yes | Name of the command to delete | |
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate |