BE_HTTP_DELETE
BE_HTTP_DELETE ( url {; username ; password } )
Does a HTTP DELETE function and returns the results. This uses the curl library so output will be similar to that. This is used in conjunction with the BE_HTTP_SetCustomHeader function to set custom headers in advance and the BE_HTTP_ResponseCode and BE_HTTP_ResponseHeaders functions to get the result values after the DELETE is complete.
Version : 2.0
Parameters :
url : the url to retrieve.
username ( optional ) : username for basic HTTP authentication.
password ( optional ) : password for basic HTTP authentication.
Result : Returns the value that the url returns. Other returned values are in the BE_HTTP_ResponseCode and BE_HTTP_ResponseHeaders functions and error codes are in the BE_GetLastError function.