Errors when deleting Jet Database Items

I can only delete items when in the Data page

When trying to delete using the Table component (generated from the Data page) it says:
Action Failed
Server Error

When trying to delete using SQL action: “DELETE FROM table_name”
Action Failed
{‘query’: ‘forbidden query’}

When trying to delete using the API:
{"status":"rejected","reason":{"message":"405 - \"<html><title>405: Method Not Allowed</title><body>405: Method Not Allowed</body></html>\"","name":"Error","stack":"Error: Request failed with status code 405\n at createError (C:\\Users\\ozgun\\AppData\\Local\\Programs\\n8n\\resources\\app\\node_modules\\axios\\lib\\core\\createError.js:16:15)\n at settle (C:\\Users\\ozgun\\AppData\\Local\\Programs\\n8n\\resources\\app\\node_modules\\axios\\lib\\core\\settle.js:17:12)\n at IncomingMessage.handleStreamEnd (C:\\Users\\ozgun\\AppData\\Local\\Programs\\n8n\\resources\\app\\node_modules\\axios\\lib\\adapters\\http.js:269:11)\n at IncomingMessage.emit (node:events:406:35)\n at IncomingMessage.emit (node:domain:470:12)\n at endReadableNT (node:internal/streams/readable:1331:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"}}