deleteTableRows
Allows selective deletion of rows or complete clearance of a table.
POST
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Identifiers of the rows to be deleted.
Filter to apply when deleting rows. Example: { "name": { "$eq": "John" } }
Flag to delete all rows. Use with caution as this action is irreversible.
Response
200
application/json
Confirms the number of rows successfully deleted.
Was this page helpful?