“”“Remove an existing partition.”
Function: remove_partition Version: 21.0+
Argument Name |
Type |
Description |
---|---|---|
partition_id |
string |
The id of the partition to be removed. |
response
{ "partition_id": "", "success": true, "error": "" }
Key |
Type |
Description |
---|---|---|
partition_id |
string |
The id of the partition that was removed. |
success |
boolean |
Indicates whether removing the partition was a success or not. |
error |
string |
The reason for the unsuccessful removal. |