DROP REGION Statement
In a Multi-Region Oracle NoSQL Database environment, the drop region statement removes the specified remote region from the local region.
Syntax
drop_region_statement :: DROP REGION region_name
For definitions of syntax components referenced in this statement, see:
Semantics
region_name
The name of the region that you want to drop. This region must be different from the local region where the command is executed.
Example 1 - Drop Region
The following drop region statement removes a remote region named my_region1.
DROP REGION my_region1