Active storage, remove record, but not file on Google Storage
Images are stored from one rails app, but records are syncronised to another app via graphql. What is the option for the second app to delete the record from itself without destroying the original asset uploaded from the first app?