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

Prev:http-delete ( url -- response data )
Next:<delete-request> ( url -- request )


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, but does not check the HTTP response code for success.

See also
http-delete

Definition