Tables
Clear Data
Clear data in a table.
POST
/
v1
/
table
/
{namespace}
/
{table_name}
/
clear
The Clear
endpoint removes all the data in the specified table, but does not delete the table.
Authorizations
The API key of your team or user.
Path Parameters
The the table to clear (e.g. my_user
).
The name of the table to clear (e.g. interest_rates
).
Response
200 - application/json
The confirmation message of the cleared table
Was this page helpful?