`app/controllers/concerns/default_endpoint.rb` ```ruby match.destroyed { head(:no_content) } # => replace with match.destroyed { |result| success_response(result) } ``` This approach should be discussed with the fronted team
app/controllers/concerns/default_endpoint.rbThis approach should be discussed with the fronted team