paws.networking (version 0.1.6)

apigatewayv2_delete_route_settings: Deletes the RouteSettings for a stage

Description

Deletes the RouteSettings for a stage.

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.

Request syntax

svc$delete_route_settings(
  ApiId = "string",
  RouteKey = "string",
  StageName = "string"
)