"Make an API call" module for Google Docs

Dear all,

I recently made this scenario for adding and filling table rows to a template through an API call. By reversing the bundle order, I could “write backwards” and thus had no issues with indexes.

Now, I am struggling with deleting text through an API call. Has anyone been successful in setting up the module for a deleteContentRangeRequest?
Which method do I need to apply: POST or DELETE? With delete, I get a 404 error, with post a 400 error:

Your help is very appreciated!

1 Like