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