Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

deleteImage

import { deleteImage } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.2.0/mod.ts";

delete an image

const deleteImage: (imageId: string, init: OAuthOptions) => Promise<Result<Pick<Image, "image_id" | "type">, GyazoAPIError>>;