The MDN docs on importKey
don’t seem to provide a way to remove or delete a key once it is no longer needed. Since the function name includes the term “import”, which may suggest some degree of permanence, is explicit action needed to delete the key? Will the key get garbage collected once it goes out of scope?