Class ByProjectKeyStandalonePricesByIDDelete

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

Produces the StandalonePriceDeleted Message.



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