Removes projects from a team.
Returns NotFound if team doesn't exist.
Throws BadRequestException if project ids are null or empty.
Returns NoContent even if no project in teams relationships exist (idempotent behavior).
Validates the project ids by checking if entries exists for that project in the database.
<Check title="Required Permissions">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
teamId
The team id.
Request
The ids of projects to remove.
Response
OK