Delete Local Execution Variable

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

Method

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

Parameters

Path Parameters

Name Description
id The id of the 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 /execution/anExecutionId/localVariables/aVarName

Response

Status 204. No content.

On this Page: