Removes projects from the specified team.

Removes projects from the specified team. The listed projects stop being associated with the team. <Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permissions or be the owner of the projects.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

teamIdstringRequiredformat: "uuid"
The id of the team.

Request

The model with the list of project ids to remove.

Response

No Content

Errors

400
Bad Request Error
404
Not Found Error