How can I delete a GAPUser record from One Identity Manager process?

Hello,

I am trying to implement a use case where there is a need to delete a user google account. 

my understanding is that if I fire a delete event on a record in GAPUser table then the DELETE event gets fired and the OOTB process "GAP_User_Delete" should execute. But when I fire a DELETE event on the GAPUser record, the "GAP_User_Delete" process is not getting triggered.

I assume something to do with the following generating condition. 

Value = Not CBool(Connection.Variables("FULLSYNC")) AndAlso _
$FK(UID_GAPCustomer).NamespaceManagedBy:String$.Equals("VISYNC",StringComparison.OrdinalIgnoreCase)

So, I am looking for some suggestion on how I can successfully delete a GAPUser record from One Identity Database and in the Google suite target system. 

I am currently on One Identity Manger Version 9.0LTS with CU3 installed. 

Any help with the process documentation or sample approach is highly appreciated. 

Thanks and Regards,

Sudhir