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

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


Vocabulary
http.client

Inputs
urlan url or a string


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