Handbook
Glossary
http-delete-json ( url -- response json )
Vocabulary
json
.
http
Inputs
url
an
object
Outputs
response
an
object
json
an
object
Definition
USING:
http.client
json
;
IN:
json.http
:
http-delete-json
( url -- response json )
"DELETE"
<json-request>
http-request
json>
;