Error
A valid request URL is required to generate request examples{
"message": "Table truncated successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rows_deleted": 15420
}{
"error": "Table not found"
}{
"error": true,
"message": "<string>",
"trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z"
}Table Operations
Truncate a table
Removes all data from a table while preserving its structure. Faster than deleting all rows and resets auto-increment counters.
POST
/
tables
/
{tableId}
/
truncate
Error
A valid request URL is required to generate request examples{
"message": "Table truncated successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rows_deleted": 15420
}{
"error": "Table not found"
}{
"error": true,
"message": "<string>",
"trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z"
}