delete_request_validator¶
Operation¶
delete_request_validator
async
¶
delete_request_validator(input: DeleteRequestValidatorInput, plugins: list[Plugin] | None = None) -> DeleteRequestValidatorOutput
Deletes a RequestValidator of a given RestApi.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteRequestValidatorInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteRequestValidatorOutput
|
An instance of |
Input¶
DeleteRequestValidatorInput
dataclass
¶
Deletes a specified RequestValidator of a given RestApi.
Output¶
DeleteRequestValidatorOutput
dataclass
¶
Dataclass for DeleteRequestValidatorOutput structure.