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

DeleteCertificateRequest

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

The input for the DeleteCertificate operation.

interface DeleteCertificateRequest {
certificateId: string;
forceDelete?: boolean | null;
}

§Properties

§
certificateId: string
[src]

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

§
forceDelete?: boolean | null
[src]

Forces the deletion of a certificate if it is inactive and is not attached to an IoT thing.