hey everyone, as you know that supabase automatically creates CRUD APIs for every table. Is there a way I can disable an API?
For instance I've a table where the client's job is to read only, so I want to disable post API that creates a new record. Because I want the records are inserted manually through sql or through supabase UI.
Any help is appreciated. Thanks!