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.



Parameters:

- url : the url to retrieve

- username : username for basic HTTP authentication

- password : password for basic HTTP authentication.

Keywords:

HTTP Delete


Version History:

- 2.0 :

Still need help? Contact Us Contact Us