Class ByProjectKeyCustomerGroupsByIDDelete

All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyCustomerGroupsByIDDelete,CustomerGroup>, ConflictingTrait<ByProjectKeyCustomerGroupsByIDDelete>, Deprecatable200Trait<ByProjectKeyCustomerGroupsByIDDelete>, ErrorableTrait<ByProjectKeyCustomerGroupsByIDDelete>, ExpandableTrait<ByProjectKeyCustomerGroupsByIDDelete>, VersionedTrait<ByProjectKeyCustomerGroupsByIDDelete>, ClientRequestCommand<CustomerGroup>, CreateHttpRequestCommand, HttpRequestCommand<CustomerGroup>, RequestCommand<CustomerGroup>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer_group.CustomerGroup>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customerGroups()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()