Class ByProjectKeyStoresByIDDelete

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



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