pub async fn delete<U>(uri: U) -> Result<Response, Error>where U: TryInto<Uri>, Error: From<<U as TryInto<Uri>>::Error>,
Send a DELETE request to the uri.
uri
The http_client is used to send the request.
http_client