コード例 #1
0
 public function destroy(TournamentLocation $tournament_locations)
 {
     $tournament_locations->delete();
     return response()->json('', Response::HTTP_NO_CONTENT);
 }