v1

latestOpenAPI 3.0.12026-07-26245126202.6 KB
Table

delete/tables/{tableNameWithType}/partitions

Path parameters

tableNameWithTypestring required

Name of the table with type REALTIME

Query parameters

serverIdsstring

Comma separated server ids to be dropped

partitionIdsstring

Comma separated partition ids to be dropped

dryRunboolean required

Run in dryRun mode initially to know the partitions that will be dropped on each server. No partitions will be dropped when dryRun=true

forceDeleteboolean required

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

Response

successful operation