pub async fn delete_image(
    client: &ImgurClient,
    delete_hash: String
) -> Result<(), Error>