This feature request is to add the functionality to delete a team by making a DELETE request to the /api/teams/:teamId endpoint.
This will involve:
- Updating the API service to include the new endpoint.
- Implementing the UI to allow users to delete a team.