Class ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete,ProductTailoring>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete>, Deprecatable200Trait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete>, ErrorableTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete>, ExpandableTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete>, VersionedTrait<ByProjectKeyInStoreKeyByStoreKeyProductsByProductIDProductTailoringDelete>, ClientRequestCommand<ProductTailoring>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoring>, RequestCommand<ProductTailoring>

Generates the ProductTailoringDeleted Message.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_tailoring.ProductTailoring>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .products()
            .withProductId("{productID}")
            .productTailoring()
            .delete()
            .withVersion(version)
            .execute()