Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_request_validator

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