delete

Function delete 

Source
pub async fn delete<U>(uri: U) -> Result<Response, Box<dyn Error + Send + Sync>>
where U: TryInto<Uri>, Box<dyn Error + Send + Sync>: From<<U as TryInto<Uri>>::Error>,
Expand description

Send a DELETE request to the uri.

The http_client is used to send the request.