APIGateway.Client.
delete_request_validator
(**kwargs)¶Deletes a RequestValidator of a given RestApi.
See also: AWS API Documentation
Request Syntax
response = client.delete_request_validator(
restApiId='string',
requestValidatorId='string'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
The identifier of the RequestValidator to be deleted.
None
Exceptions
APIGateway.Client.exceptions.BadRequestException
APIGateway.Client.exceptions.ConflictException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.TooManyRequestsException