light-mode-image
Learn
Functions

deleteTrustedIssuerCertificate

Delete a trusted issuer certificate from storage.

Delete a trusted issuer certificate from storage.

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

Signature

function deleteTrustedIssuerCertificate(
  certificateId: string
): Promise<Result<void, DeleteTrustedIssuerCertificateError>>

Parameters

Prop

Type

Returns

Promise<Result<void, DeleteTrustedIssuerCertificateError>>

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?

On this page