deleteTrustedIssuerCertificate

@Blocking
fun deleteTrustedIssuerCertificate(certificateId: String)

Delete a trusted issuer certificate from storage.

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

Parameters

certificateId

ID of the certificate to be deleted.

Throws

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

If the SDK license is invalid or has expired. Re-initialize the SDK to obtain a new license.

If Issuer's TrustedCertificate cannot be deleted as it has signed credentials in the store.