Truncate data table

Truncates a data table you specify. Truncating a data table deletes all rows but leaves the table structure intact.

Path parameters

data_table_idstringRequired
The ID of the data table to truncate.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Data table truncated successfully.
dataobject

Errors