curl --request DELETE \
--url https://dev.startree.ai/tables/{tableNameWithType}/partitions \
--header 'Authorization: <api-key>'
"<string>"
curl --request DELETE \
--url https://dev.startree.ai/tables/{tableNameWithType}/partitions \
--header 'Authorization: <api-key>'
"<string>"
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table with type REALTIME
Comma separated server ids to be dropped
Comma separated partition ids to be dropped
Run in dryRun mode initially to know the partitions that will be dropped on each server. No partitions will be dropped when dryRun=true
Run in forceDelete mode if all the partitions on the server to be deleted irrespective of number of primary keys. All partitions will be dropped when forceDelete=true
successful operation
The response is of type string
.
Was this page helpful?