Skip to content

Commit d8b0f58

Browse files
bensoorajrhamzeh
andauthored
doc: fga tuple delete --file=(csv|json|yaml) now supports CSV (#1004)
Co-authored-by: Raghd Hamzeh <raghd.hamzeh@openfga.dev>
1 parent 5940f40 commit d8b0f58

File tree

1 file changed

+1
-1
lines changed
  • docs/content/getting-started

1 file changed

+1
-1
lines changed

docs/content/getting-started/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ When using the CSV format, you can omit certain headers, and you don’t need to
327327

328328
## Delete Tuples
329329

330-
To delete a tuple, specify the user/relation/object you want to delete. To delete a group of tuples, specify a file that contains those tuples.
330+
To delete a tuple, specify the user/relation/object you want to delete. To delete a group of tuples, specify a file that contains those tuples. Supported file formats are `json`, `yaml` and `csv`.
331331

332332
```bash
333333
$ fga tuple delete --file tuples.yaml

0 commit comments

Comments
 (0)