API delete endpoint formatting for Softr failing

We're using softr and are trying to trigger the delete API but we keep running into a Failed to Trigger Webhook error. Softr believes the problem is with our endpoint configuration. I've run the API natively in Xano and it deletes whatever record id I feed it.

So, I believe we have the endpoint set up correctly but the issue could be in how I configure the endpoint link on the softr end. When I look at the endpoint link in Xano, after the standard link content, I see the table and id value as: watchlist/{watchlist_id}

In Softr we have a field to enter the endpoint link and add any key/value pairs for the API to use. For the key/value pairs I have it configured with watchlist_id and the id field respectively as key/value URL parameters. I've tried various iterations of changing the link in the endpoint, including:

watchlist/{watchlist_id}
/watchlist/watchlist_id
watchlist/

They all encounter the same error.

I'm very new to Xano so any thoughts, ideas, guidance would be very welcome.

3 replies