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