Skip to main content
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
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

Response

Table truncated successfully

message
string
Example:

"Table truncated successfully"

transaction_id
string<uuid>
rows_deleted
integer
Example:

15420