DefaultDeleteAggregate

@Summary(value = "Delete aggregate")
object DefaultDeleteAggregate : DeleteAggregate

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