Delete Variable Instance

Deletes a historic variable instance by id.

Method

DELETE /history/variable-instance/{id}

Parameters

Path Parameters

Name Description
id The id of the variable instance.

Result

This method returns no content.

Response Codes

Code Media type Description
204 Request successful.
404 application/json Variable with given id does not exist. See the Introduction for the error response format.

Example

Request

Delete the history of a variable with id aHistoricVariableId:

DELETE /history/variable-instance/aHistoricVariableId

Response

Status 204. No Content.

On this Page: