Function deleteTrustedVerifierCertificate

  • Delete a trusted verifier certificate from storage.

    This function is idempotent. Deleting a certificate that does not exist will return Ok.

    Parameters

    • certificateId: string

      ID of certificate to be deleted.

    Returns Promise<void>

Generated using TypeDoc