Symfony\Component\Routing\Route {#1571
  -path: "/services/json/alerts/price/{alertId}"
  -host: ""
  -schemes: []
  -methods: array:1 [
    0 => "DELETE"
  ]
  -defaults: array:2 [
    "_title" => "Delete Alert"
    "_controller" => "\Drupal\rasch_fi_services\Controller\RaschFiServicesAlertsController::deleteAlert"
  ]
  -requirements: array:2 [
    "_permission" => "alerts"
    "_content_type_format" => "json"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "no_cache" => "TRUE"
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "alertId"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "alertId"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/services/json/alerts/price"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/services/json/alerts/price/(?P<alertId>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "alertId"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 30
    #patternOutline: "/services/json/alerts/price/%"
    #numParts: 5
  }
}