deleteTrustedIssuerCertificate

@Blocking
fun deleteTrustedIssuerCertificate(id: String)

Delete a trusted issuer certificate from storage.

Parameters

id

ID of the certificate to be deleted.

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

Throws

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