Delete Pathway id definition.

deletePathwayDefinition(pathwayId, baseUrl)

Arguments

pathwayId

An integer id representing the id that uniquely identifies a Pathway 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 Pathway definition from WebAPI for a given Pathway id

Examples

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