Class ByProjectKeyStandalonePricesKeyByKeyDelete

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

Produces the StandalonePriceDeleted Message.



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