Class ByProjectKeyProductTailoringByIDDelete

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductTailoringByIDDelete>, Deprecatable200Trait<ByProjectKeyProductTailoringByIDDelete>, ErrorableTrait<ByProjectKeyProductTailoringByIDDelete>, ExpandableTrait<ByProjectKeyProductTailoringByIDDelete>, VersionedTrait<ByProjectKeyProductTailoringByIDDelete>, 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()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()