Removes a whole **table** using the group name.
#### CLI Example
`Command syntax:`
```actionscript
global_db drop_table
-group <group_name>
```
`Options:`
```actionscript
-group - name of the group (list of names can be acquired using GROUP_LIST command)
```
`Command:`
```actionscript
cellframe-node-cli global_db drop_table
-group local.personal
```
`Response:`
```actionscript
Dropped table: local.personal
```
### JSON-RPC Example
![[JSON-RPC Request - GLOBAL_DB DROP_TABLE]]