# Truncate table action (batch)
The Truncate table batch action permanently deletes all of a data table's records.
DATA DELETION IS PERMANENT
The Truncate table action can't be undone, even if the action is run during a test job.
# Input
| Input fields | Description |
|---|---|
| Data table | Select the data table you plan to delete all entries from. Click the link in this field's description to view the selected data table in the Data tables interface. |
# Output
| Output fields | Description |
|---|---|
| Success | A boolean (true or false) value indicating whether the records were deleted successfully. |
Last updated: 5/21/2025, 5:22:32 AM