Delete ConceptSet id definition.

deleteConceptSetDefinition(conceptSetId, baseUrl)

Arguments

conceptSetId

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

baseUrl

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

Value

None, unless error.

Details

Delete the ConceptSet definition from WebAPI for a given ConceptSet id

Examples

if (FALSE) {
deleteConceptSetDefinition(conceptSetId = 13242, baseUrl = "http://server.org:80/WebAPI")
}