Delete a record in ACT_RU_VARIABLE

Hi Team,

Is there a way , I can delete a record from ACT_RU_VARIABLE from inside my Delegate via execution ?

Thanks,
Sonali

execution.removeVariable(“myVariableName”)

https://docs.camunda.org/javadoc/camunda-bpm-platform/7.15/org/camunda/bpm/engine/delegate/VariableScope.html#removeVariable-java.lang.String-

Thanks for your reply @StephenOTT

My variable is a Business Object …TYPE_ shown in ACT_RU_VARIABLE table is serializable