public function destroy(Team $teams)
 {
     $teams->delete();
     return response()->json('', Response::HTTP_NO_CONTENT);
 }