Functions
deleteTrustedIssuerCertificate
Delete a trusted issuer certificate from storage.
Delete a trusted issuer certificate from storage.
This function is idempotent, meaning calls to delete issuer certificates that do not exist will not return an error.
Signature
function deleteTrustedIssuerCertificate(
certificateId: string
): Promise<void>Parameters
Prop
Type
Returns
Promise<void>
How would you rate this page?