How do I clean up the data in the "act_ru*" table when I cancel the process?

I use “runtimeService.deleteProcessInstance(instanceId, “canceled”)” to cancel a process, but the data of this process still exists in the “act_ru*” table, how do I clean it?