:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / delete_route_response

*********************
delete_route_response
*********************



.. py:method:: ApiGatewayV2.Client.delete_route_response(**kwargs)

  

  Deletes a RouteResponse.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/DeleteRouteResponse>`_  


  **Request Syntax**
  ::

    response = client.delete_route_response(
        ApiId='string',
        RouteId='string',
        RouteResponseId='string'
    )
    
  :type ApiId: string
  :param ApiId: **[REQUIRED]** 

    The API identifier.

    

  
  :type RouteId: string
  :param RouteId: **[REQUIRED]** 

    The route ID.

    

  
  :type RouteResponseId: string
  :param RouteResponseId: **[REQUIRED]** 

    The route response ID.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

  
  *   :py:class:`ApiGatewayV2.Client.exceptions.TooManyRequestsException`

  