Deletes the team with the specified id.

Deletes the team with the specified id. Deletes all related UserInTeamEntities and ProjectInTeamEntities as well.

Required Permissions
The user must be an admin.

Path parameters

teamIdUUIDRequired

The id of the team.

Headers

AuthorizationstringRequired

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

Response

No Content