Notion update / delete the data after archiving

Hi! I’m a beginner and have been working on a project for a day now, but I can’t seem to find a solution.

What I’m trying to do is import data from a daily page to Google Drive and keep a Notion page up-to-date. After that, I want to clear the input from the daily page.

I’ve managed to get everything working up to the last part, but now I’m stuck on how to delete or update the input that was imported.

I tried delete page which obvious was not the right one. Then update a database item which I believe is the right approach but it’s giving the errors.

Does anyone know how I can figure this out?

Hi Na, do you intend to delete the Notion page (i.e., move to trash)? Or something else?

If you intend to delete the page, you can use the “Make an API call” module, where the URL is /v1/blocks/{block_id}. Replace {block_id} with the page ID of the page you want to delete.

The method is “DELETE”