pub fn delete(account_id: &str) -> Result<(), String>
Delete the secret for account_id. A missing entry is treated as success (idempotent delete).
account_id