Delete Local Case Execution Variable

Deletes a variable in the context of a given case execution. Deletion does not propagate upwards in the case execution hierarchy.

Method

DELETE /case-execution/{id}/localVariables/{varName}

Parameters

Path Parameters

Name Description
id The id of the case execution to delete the variable from.
varName The name of the variable to delete.

Result

This method returns no content.

Response Codes

Code Media type Description
204 Request successful.

Example

Request

DELETE /case-execution/aCaseExecutionId/localVariables/aVarName

Response

Status 204. No content.

On this Page: