:doc:`APIGateway <../../apigateway>` / Client / delete_request_validator

************************
delete_request_validator
************************



.. py:method:: APIGateway.Client.delete_request_validator(**kwargs)

  

  Deletes a RequestValidator of a given RestApi.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/DeleteRequestValidator>`_  


  **Request Syntax**
  ::

    response = client.delete_request_validator(
        restApiId='string',
        requestValidatorId='string'
    )
    
  :type restApiId: string
  :param restApiId: **[REQUIRED]** 

    The string identifier of the associated RestApi.

    

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

    The identifier of the RequestValidator to be deleted.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`APIGateway.Client.exceptions.BadRequestException`

  
  *   :py:class:`APIGateway.Client.exceptions.ConflictException`

  
  *   :py:class:`APIGateway.Client.exceptions.NotFoundException`

  
  *   :py:class:`APIGateway.Client.exceptions.UnauthorizedException`

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

  