deleteTrustedIssuerCertificate

@Blocking
fun deleteTrustedIssuerCertificate(certificateId: String)

Delete a trusted issuer certificate from storage.

This function is idempotent, meaning calls to this function for 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 initialised.

If TrustedIssuerCertificate cannot be deleted as it has signed credentials in the store.