I’m new to bubble and I’m building a simple application for testing.
The application consists of adding information from a Register in a “Database”
For that as a “database” I am using the Google sheet spreadsheet. To convert this spreadsheet into an API, I’m using the Sheety.co website. And the bubble plugin that is being used is the API Connector.
It turns out that the Get and Post method I managed to do without much difficulty, but I am not able to configure the DELETE method.
The URL that Sheety.co makes available to me is as follows:
https://api.sheety.co/0ff9c1264cfa4c2ab59ae90f0c3f02db/portaria/contato/{Object ID]
However the parameters I am not able to configure, at least not dynamically, only if I pass a specific value through the URL.
Here is an image of what is being done:
Can someone help me?