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

*********************
delete_route_settings
*********************



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

  

  Deletes the RouteSettings for a stage.

  

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


  **Request Syntax**
  ::

    response = client.delete_route_settings(
        ApiId='string',
        RouteKey='string',
        StageName='string'
    )
    
  :type ApiId: string
  :param ApiId: **[REQUIRED]** 

    The API identifier.

    

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

    The route key.

    

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

    The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.

    

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

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

  