Removes information from the group via the specified **key**.
For example, it can be node address or order hash.
#### CLI Example
`Command syntax:`
```actionscript
global_db delete
-group <group_name>
-key <key_name>
```
`Options:`
```actionscript
-group - name of the group (list of names can be acquired using GROUP_LIST command)
-key - key for access the group (list of keys can be acquired using GET_KEYS command)
```
`Command:`
```actionscript
cellframe-node-cli global_db delete
-group local.personal
-key mykey
```
`Response:`
```actionscript
Record key: mykey
Group name: local.personal
status: deleted
```
### JSON-RPC Example
![[JSON-RPC Request - GLOBAL_DB DELETE]]