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.
Required Permissions
The user must be an admin.Path parameters
teamId
The id of the team.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK