Deletes a table
curl --request DELETE \
--url https://dev.startree.ai/tables/{tableName} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table to delete
realtime|offline
Retention period for the table segments (e.g. 12h, 3d); If not set, the retention period will default to the first config that's not null: the cluster setting, then '7d'. Using 0d or -1d will instantly delete segments without retention
successful operation
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://dev.startree.ai/tables/{tableName} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
Deletes a table
curl --request DELETE \
--url https://dev.startree.ai/tables/{tableName} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table to delete
realtime|offline
Retention period for the table segments (e.g. 12h, 3d); If not set, the retention period will default to the first config that's not null: the cluster setting, then '7d'. Using 0d or -1d will instantly delete segments without retention
successful operation
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://dev.startree.ai/tables/{tableName} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}