DocsJSON Action REST APIsModify data actionsAPI actions (modify data)API actions (modify data)ActionDescriptiondeleteRecords"deleteRecords" deletes one or more records from a database table using one or more IDs.insertRecords"insertRecords" inserts one or more records into a database table - one record for each item in the "data" array.runSqlStatements"runSqlStatements" runs one or more SQL statements, such as drop, create, alter, call, insert, update, and delete statements.truncateRecords"truncateRecords" is the fastest way to delete all records from a database table because it deletes and recreates the data file. This action succeeds only when no process is using the table.updateRecords"updateRecords" updates one or more records in a database table.