Remove-TagsFromProject

Prev Next

Summary

Removes tags from an existing project.

Remove-TagsFromProject
    -Id
    -TagIds

Returns nothing.

Parameters

ParameterTypeRequired?Notes
IdInt64YesThe project id.
TagIdsArray<Int32>YesAn array of tag ids.

Examples

Remove a tag from a project

# TODO