cml_delete_service
Delete a specific service from an aggregate within a bounded context. Provide the context, aggregate, and service names to remove it.
Instructions
Delete a service from an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contextName | Yes | Name of the bounded context | |
| serviceName | Yes | Name of the service to delete | |
| aggregateName | Yes | Name of the aggregate |