curl --request DELETE \
--url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/metadata \
--header 'Authorization: <api-key>'
curl --request DELETE \
--url https://dev.startree.ai/upsertSnapshots/{tableNameWithType}/metadata \
--header 'Authorization: <api-key>'
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table with type REALTIME
Name of upsert snapshot metadata to delete. If omit, all snapshot metadata are deleted
Was this page helpful?