Remove-TagsFromProject
- 1 Minute to read
- Print
- DarkLight
- PDF
Remove-TagsFromProject
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Removes tags from an existing project.
Remove-TagsFromProject
-Id
-TagIds
Returns nothing.
Parameters
Parameter | Type | Required? | Notes |
---|---|---|---|
Id | Int64 | Yes | The project id. |
TagIds | Array<Int32> | Yes | An array of tag ids. |
Examples
Remove a tag from a project
# TODO