Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable deleteService
import { deleteService } from "https://deno.land/x/mackerel_client_deno@v0.5.1/service.ts";

type

(
serviceName: string,
urlFor: (path: string) => URL,
req: (req: Request) => Promise<Response | Error>,
) => Promise<Service>