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

DeleteCACertificateRequest

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

Input for the DeleteCACertificate operation.

interface DeleteCACertificateRequest {
certificateId: string;
}

§Properties

§
certificateId: string
[src]

The ID of the certificate to delete. (The last part of the certificate ARN contains the certificate ID.)