Deleting rows in Nextcloud Tables via API

Hello everyone,
Is it possible to delete rows in Nextcloud Tables using the API? Ideally, I would like to delete all rows via an HTTP request. I would like to monitor the hours collected from time tracking for the current month, so the old data should be deleted each time it is retrieved.

Kind Regards Chris

Is this by chance related to The tables app, when I insert a link, cuts it out?

I assume, you want to do it completely using HTTP request from your client using some bash script and curl or so…
Just a quick glance brings me to the delete route of the controller as well as this and probably something here.

I would try to reverse engineer the API calls of the browser to get an idea on what might be the way to go.

Chris