Class ByProjectKeyProductTailoringKeyByKeyDelete

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductTailoringKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyProductTailoringKeyByKeyDelete>, ErrorableTrait<ByProjectKeyProductTailoringKeyByKeyDelete>, ExpandableTrait<ByProjectKeyProductTailoringKeyByKeyDelete>, VersionedTrait<ByProjectKeyProductTailoringKeyByKeyDelete>, ClientRequestCommand<ProductTailoring>, CreateHttpRequestCommand, HttpRequestCommand<ProductTailoring>, RequestCommand<ProductTailoring>

Generates the ProductTailoringDeleted Message.



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