http-delete ( url -- response data )
HTTP client > DELETE requests with the HTTP client
Next:<delete-request> ( url -- request )


Vocabulary
http.client

Inputs and outputs
urla url or string
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.

Definition
IN: http.client

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