DefaultDeleteAggregate
@CommandRoute(action = "", method = CommandRoute.Method.DELETE, appendIdPath = CommandRoute.AppendPath.ALWAYS)
Default implementation of the delete aggregate command.
This singleton provides a standard way to delete aggregates without additional payload. It's automatically routed as a DELETE request to the aggregate's resource path.
See also
for the automatic routing configuration
for API documentation generation