deleteTrustedVerifierCertificate

@Blocking
fun deleteTrustedVerifierCertificate(certificateId: String)

Delete a trusted verifier certificate from storage.

This function is idempotent, meaning calls to delete trusted verifier certificates that do not exist will not return an error.

Parameters

certificateId

: Id of certificate to be deleted

Throws

If the SDK API is called before the SDK is initialised.