Summary
Removes tags from an existing project.
Remove-TagsFromProject
-Id
-TagIdsReturns 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