Programmatically end input on EditBox withV 3.5

Just wondering if it’s possible to programmatically end input on an EditBox. That is, is there a call to have it lose focus? Drop the keyboard?

Trying detachWithIME(). That might be what I am looking for.