Zoho CRM Function - delete records not working

Zoho CRM Function - delete records not working

Hello,
I'm trying to delete a record from a module.
I'm trying to do this from within a deluge script in CRM Function
I've read and tried to follow the example here:
https://www.zoho.com/developer/help/scripting/delete-records.html
but when I run that script, I'm not getting any response, I'm not sure what I'm doing wrong
  1. deleteResp = zoho.crm.invokeConnector("crm.delete", deleteRecordMap);
  2. info deleteResp;
deleteResp is just a {}