Class ByProjectKeyExtensionsByIDDelete

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



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