Function delete_request

Source
pub async fn delete_request<T>(
    api_key: &str,
    url: &str,
    body: T,
) -> Result<Response, Error>
where T: Debug + Serialize,
Expand description

A function for sending DELETE requests to a specified url using the reqwest client.