delete tag
Delete a tag
Usage
lucy delete tag <project-key> [tag-key] [OPTIONS]
Examples
lucy delete tag ABC BUG
lucy delete tag --project-id 1 BUG
lucy delete tag --id 10
Arguments
<project-key> The key of the project the tag belongs to
[tag-key] The key of the tag to delete
Options
-h, --help Prints help information
-p, --project-id <ID> The ID of the project the tag belongs to
-i, --id <ID> The ID of the tag to delete