delete row in supabase
I want to set up an api to delete a row in supabase . Through Andreas to do list video I learned how to set up a read and insert api and I just "copied " the insert api but set it from Insert to Delete . supabase documentation says something about "some _column =eq .someValue ' " . Can you help me to understand where to put this in the api connector ? Thank you Here the some _column =eq .someValue would the Primary Key for the table You 'd set this part up in the Queries parameters For example : id=eq.1 You can use the concat node to put together the eq .1 part Does that make sense ? - 🙈1




.jpeg/public)