Delete Estimation id definition.

deleteEstimationDefinition(estimationId, baseUrl)

Arguments

estimationId

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

Examples

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