# Truncate a Table Truncates the table; removes all key values from the table. Table structure (primary keys, columns, indexes) remains. Endpoint: GET /kvservice.truncate/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) The table you want to remove the keys from. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object,null) - `response.status` (integer)