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