Skip to content

Commit

Permalink
Update 6.delete-tag.md (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Sep 21, 2023
1 parent b59d9c5 commit b8dddde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Running the `DELETE TAG` statement requires some [privileges](../../7.data-secur
## Syntax

```ngql
DELETE TAG <tag_name_list> FROM <VID>;
DELETE TAG <tag_name_list> FROM <VID_list>;
```

- `tag_name_list`: Specifies the name of the tag. Multiple tags are separated with commas (,). `*` means all tags.
- `tag_name_list`: The names of the tags you want to delete. Multiple tags are separated with commas (,). `*` means all tags.

- `VID`: Specifies the VID of the tag to delete.
- `VID`: The VIDs of the vertices from which you want to delete the tags. Multiple VIDs are separated with commas (,).

## Example

Expand Down

0 comments on commit b8dddde

Please sign in to comment.