Groovy (Low-code)SDK Functions (Groovy)HTTP (deprecated)CRUDhttp.deleteOn this pagehttp.delete http.delete(url) Description Issues a HTTP DELETE. Parameters ParameterTypeExplanationurlStringThe url to delete data from Example http = option.httpres = http.delete("https://postman-echo.com/delete")api.wto(res)