Function deleteTrustedIssuerCertificate

  • 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.

    Parameters

    • certificateId: string

      ID of the certificate to be deleted.

    Returns Promise<void>

Generated using TypeDoc