Delete Pathway id definition.
deletePathwayDefinition(pathwayId, baseUrl)
An integer id representing the id that uniquely identifies a Pathway definition in a WebApi instance.
The base URL for the WebApi instance, for example: "http://server.org:80/WebAPI".
None, unless error.
Delete the Pathway definition from WebAPI for a given Pathway id
if (FALSE) {
deletePathwayDefinition(pathwayId = 13242, baseUrl = "http://server.org:80/WebAPI")
}