Bruno Pedro
Found at “Deactivating an API, One Step at a Time” on 2024-07-05 14:49:52 +02:00.
There are times when you have to stop serving an API. It might be that you want to replace it with a new, more capable version, or the features the API was providing no longer make sense. Whatever the reasons, what’s important is that no one depends on the API you’re about to kill. Otherwise, the consequences can be unpredictable.