Handbook
Glossary
http-delete ( url -- response data )
HTTP client
ยป
DELETE requests with the HTTP client
Next:
http-delete* ( url -- response data )
Vocabulary
http
.
client
Inputs
url
an
url
or a
string
Outputs
response
a
response
data
a
sequence
Word description
Requests that the origin server delete the resource identified by the URL.
Errors
Throws an error if the HTTP request fails.
See also
http-delete*
Definition
IN:
http.client
:
http-delete
( url -- response data )
<delete-request>
http-request
;