Class ByProjectKeySubscriptionsByIDDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeySubscriptionsByIDDelete,Subscription>
com.commercetools.api.client.ByProjectKeySubscriptionsByIDDelete
All Implemented Interfaces:
ApiDeleteMethod<ByProjectKeySubscriptionsByIDDelete,Subscription>, ConflictingTrait<ByProjectKeySubscriptionsByIDDelete>, Deprecatable200Trait<ByProjectKeySubscriptionsByIDDelete>, ErrorableTrait<ByProjectKeySubscriptionsByIDDelete>, VersionedTrait<ByProjectKeySubscriptionsByIDDelete>, io.vrap.rmf.base.client.ClientRequestCommand<Subscription>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Subscription>, io.vrap.rmf.base.client.RequestCommand<Subscription>



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