http-delete ( url -- response content )
HTTP client ยป DELETE requests with the HTTP client

Next:http-delete* ( url -- response content )


Vocabulary
http.client

Inputs
urlan url or a string


Outputs
responsea response
contenta 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