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.
DELETE
Delete Local Execution Variable
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the execution to delete the variable from.
The name of the variable to delete.
Response
204
Request successful. This method returns no content.