apigateway_delete_request_validator {paws.networking} | R Documentation |
Deletes a RequestValidator of a given RestApi
Description
Deletes a RequestValidator of a given RestApi.
See https://www.paws-r-sdk.com/docs/apigateway_delete_request_validator/ 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. |
[Package paws.networking version 0.9.0 Index]