Class ByProjectKeyAttributeGroupsKeyByKeyDelete

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



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