It is not possible to change the user context on the client side due to security considerations.
If the delete operation is part of process that is "doing" something that is invoked by the user, but requires higher privileges, it could be done either by using a bpm process or by using a custom microservice. In both cases it is possible to execute the operation with a adminstator level privilege.