deleteTrustedIssuerCertificate

@Blocking
fun deleteTrustedIssuerCertificate(id: 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

id

Id of the certificate to be deleted

Throws

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