Skip to main content

http.delete

http.delete(url)

Description

Issues a HTTP DELETE.

Parameters

ParameterTypeExplanation
urlStringThe url to delete data from

Example

http = option.http

res = http.delete("https://postman-echo.com/delete")
api.wto(res)