Class ByProjectKeyCustomerGroupsByIDDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomerGroupsByIDDelete,CustomerGroup>
com.commercetools.api.client.ByProjectKeyCustomerGroupsByIDDelete
All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeyCustomerGroupsByIDDelete,CustomerGroup>, ConflictingTrait<ByProjectKeyCustomerGroupsByIDDelete>, Deprecatable200Trait<ByProjectKeyCustomerGroupsByIDDelete>, ErrorableTrait<ByProjectKeyCustomerGroupsByIDDelete>, ExpandableTrait<ByProjectKeyCustomerGroupsByIDDelete>, VersionedTrait<ByProjectKeyCustomerGroupsByIDDelete>, io.vrap.rmf.base.client.ClientRequestCommand<CustomerGroup>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomerGroup>



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