delete_request_validator

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'
)
Parameters
  • restApiId (string) --

    [REQUIRED]

    The string identifier of the associated RestApi.

  • requestValidatorId (string) --

    [REQUIRED]

    The identifier of the RequestValidator to be deleted.

Returns

None

Exceptions

  • APIGateway.Client.exceptions.BadRequestException
  • APIGateway.Client.exceptions.ConflictException
  • APIGateway.Client.exceptions.NotFoundException
  • APIGateway.Client.exceptions.UnauthorizedException
  • APIGateway.Client.exceptions.TooManyRequestsException