Hi, I was using the Airbyte Cloud API and noticed ...
# airbyte-api
s
Hi, I was using the Airbyte Cloud API and noticed that even after deleting a source (via both the API and the UI), I can still query it using the source UUID through the get source endpoint and there is no indication of it being deleted. I was wondering if this is an intended behavior.
r
Though not ideal - this is the intended behavior right now. We "soft" delete resources, such as Sources. An addition we can make in the future is add a property in the API response payload that says
deleted
s
That would be awesome. Thank you for the clarification!