Skip to main content

rest.delete

rest.delete(url)

Description

Issues a HTTP DELETE.

Parameters

ParameterTypeExplanation
urlStringThe url to delete data from

Example

http = option.rest

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