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.

Required Permissions
Any authenticated user.

Path parameters

teamIdUUIDRequired
The team id.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a list of UUIDs.

Response

OK