This endpoint allows the authenticated user to delete a specific team by team_id.Path Parameters:
team_id (int): The ID of the team to delete.
Request Headers:
X-Authorization-Consistency-Token (string, optional): Authorization consistency token for read-after-write consistency. Pass the token received from a previous write operation to ensure this read reflects that write.
Returns:
A response containing a success message if the team is deleted successfully.