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

DeleteClientCertificateRequest

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

A request to delete the "ClientCertificate" resource.

interface DeleteClientCertificateRequest {
clientCertificateId: string;
}

§Properties

§
clientCertificateId: string
[src]

[Required] The identifier of the "ClientCertificate" resource to be deleted.