Deletes the team with the specified id.
Deletes the team with the specified id.
Returns NotFound if team doesn't exist.
Deletes all related UserInTeamEntities, ProjectInTeamEntities, DocumentToTeamEntities and DocumentSpaceToTeamEntities as well.
<Check title="Required Permissions">The user must be an admin.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
teamId
The id of the team.
Response
OK