Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
TableConfigs name i.e. raw table name
Response
200 - application/json
successful operation
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
Was this page helpful?