Skip to content

Api Gateway  >  Operations  >  delete_client_certificate

delete_client_certificate

Operation

delete_client_certificate async

delete_client_certificate(input: DeleteClientCertificateInput, plugins: list[Plugin] | None = None) -> DeleteClientCertificateOutput

Deletes the ClientCertificate resource.

Parameters:

Name Type Description Default
input DeleteClientCertificateInput

An instance of DeleteClientCertificateInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteClientCertificateOutput

An instance of DeleteClientCertificateOutput.

Input

DeleteClientCertificateInput dataclass

A request to delete the ClientCertificate resource.

Attributes

client_certificate_id class-attribute instance-attribute
client_certificate_id: str | None = None

The identifier of the ClientCertificate resource to be deleted.

Output

DeleteClientCertificateOutput dataclass

Dataclass for DeleteClientCertificateOutput structure.