Programatically Delete Vault Secrets
I noticed that their is only a create and update function specified in the Vault docs. But the UI has the option to delete keys and secrets
https://supabase.com/docs/guides/database/vault
My question is, how can I mimic the deletion of keys and secrets programatically?
Does it need to be done through the update function somehow?
Or is deleting them manually from the UI the only way?
https://supabase.com/docs/guides/database/vault
My question is, how can I mimic the deletion of keys and secrets programatically?
Does it need to be done through the update function somehow?
Or is deleting them manually from the UI the only way?