pub fn remove_issuer(principal: Principal) -> Result<(), String>
Expand description
Removes the issuer associated with the given principal.
§Arguments
principal
- The principal for which to remove the issuer.
§Returns
Ok(())
if the issuer is removed successfully.
Err(String)
if there is an error or access is denied.