Class ByProjectKeyAttributeGroupsByIDDelete

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



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