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:
but when I run that script, I'm not getting any response, I'm not sure what I'm doing wrong
- deleteResp = zoho.crm.invokeConnector("crm.delete", deleteRecordMap);
- info deleteResp;
deleteResp is just a {}