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

DeletePackageRequest

import type { DeletePackageRequest } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Container for the request parameters to the "DeletePackage" operation.

interface DeletePackageRequest {
PackageID: string;
}

§Properties

§
PackageID: string
[src]

The internal ID of the package you want to delete. Use DescribePackages to find this value.