Truncate a Table

get/kvservice.truncate/{tableName}

Truncates the table; removes all key values from the table. Table structure (primary keys, columns, indexes) remains.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
tableName
required
string

The table you want to remove the keys from.

Responses
200

OK

Response Schema: application/json
object
node
string
data
object or null
status
integer
Request samples
Response samples
application/json
No sample