postURL and getURL not working for Delete -> On Validate

postURL and getURL not working for Delete -> On Validate

Hello

The deluge code for Delete -> On Validate on the form actions in the form builder is

headers = map();
result = getUrl(" https://www.zoho.com/creator/", headers,false);
info result;
cancel delete;

And "result" variable is always {}. Should it at least have "responseCode" and "responseText" ? The "cancel delete;" is present on the script to prevent delete during the test phase, since I need to delete (or not delete) depending on the response from a 3rd party service, and the responses are not getting through, even from URLs that are known to work.

Can somebody explain how to use the getUrl from the Delete -> On Validate form action?

Thanks!