How do we handle in BCD cases where an API has been temporarily removed due to external forces (such as a hardware flaw being discovered that results in a security problem)?
Do we use version_removed? In that case, what happens when the API returns? Do we have two version_added sections?
Or do we just add a note that explains the situation? Or…?
I sort of suspect that version_removed is the way to go, but I want to get other, more experienced with BCD, opinions before I do it.