Functions
deleteTrustedVerifierCertificate
Delete a trusted verifier certificate from storage.
Delete a trusted verifier certificate from storage.
This function is idempotent. Deleting a certificate that does not exist will return Ok.
Signature
function deleteTrustedVerifierCertificate(
certificateId: string
): Promise<Result<void, DeleteTrustedVerifierCertificateError>>Parameters
Prop
Type
Returns
Promise<Result<void, DeleteTrustedVerifierCertificateError>>
Throws
InvalidParams if the provided arguments are missing or invalid.
MobileCredentialHolderErrorType.SdkNotInitialized if the SDK has not been initialized.
How would you rate this page?