apigatewayv2_delete_route_settings {paws.networking} | R Documentation |
Deletes the RouteSettings for a stage
Description
Deletes the RouteSettings for a stage.
See https://www.paws-r-sdk.com/docs/apigatewayv2_delete_route_settings/ for full documentation.
Usage
apigatewayv2_delete_route_settings(ApiId, RouteKey, StageName)
Arguments
ApiId |
[required] The API identifier. |
RouteKey |
[required] The route key. |
StageName |
[required] The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters. |
[Package paws.networking version 0.7.0 Index]