Learn R Programming

paws.networking (version 0.2.0)

apigateway_delete_request_validator: Deletes a RequestValidator of a given RestApi

Description

Deletes a RequestValidator of a given RestApi.

See https://paws-r.github.io/docs/apigateway/delete_request_validator.html for full documentation.

Usage

apigateway_delete_request_validator(restApiId, requestValidatorId)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

requestValidatorId

[required] The identifier of the RequestValidator to be deleted.