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 |
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 |
Input¶
DeleteClientCertificateInput
dataclass
¶
Output¶
DeleteClientCertificateOutput
dataclass
¶
Dataclass for DeleteClientCertificateOutput structure.