curl --request DELETE \
--url https://dev.startree.ai/tableConfigs/{tableName} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
Delete the TableConfigs
curl --request DELETE \
--url https://dev.startree.ai/tableConfigs/{tableName} \
--header 'Authorization: <api-key>'
{
"status": "<string>"
}
The format of the key is "Basic <token>" or "Bearer <token>"
TableConfigs name i.e. raw table name
successful operation
The response is of type object
.
Was this page helpful?