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

DeleteLaunchRequest

import type { DeleteLaunchRequest } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface DeleteLaunchRequest {
launch: string;
project: string;
}

§Properties

§
launch: string
[src]

The name of the launch to delete.

§
project: string
[src]

The name or ARN of the project that contains the launch to delete.