Class ByProjectKeyAttributeGroupsByIDDelete

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



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