deletePredictionDefinition: Delete Prediction id definition.

View source: R/AutoGeneratedDefinitions.R

deletePredictionDefinitionR Documentation

Delete Prediction id definition.

Description

Delete Prediction id definition.

Usage

deletePredictionDefinition(predictionId, baseUrl)

Arguments

predictionId

An integer id representing the id that uniquely identifies a Prediction definition in a WebApi instance.

baseUrl

The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".

Details

Delete the Prediction definition from WebAPI for a given Prediction id

Value

None, unless error.

Examples

## Not run: 
deletePredictionDefinition(predictionId = 13242, baseUrl = "http://server.org:80/WebAPI")

## End(Not run)

OHDSI/ROhdsiWebApi documentation built on March 15, 2023, 1:23 p.m.