Function delete

Source
pub async fn delete(
    client: &Client,
    base_url: &str,
    path: &str,
) -> Result<Response, ApiError>