Delete Stage
apigateway_delete_stage | R Documentation |
Deletes a Stage resource¶
Description¶
Deletes a Stage resource.
Usage¶
apigateway_delete_stage(restApiId, stageName)
Arguments¶
restApiId |
[required] The string identifier of the associated RestApi. |
stageName |
[required] The name of the Stage resource to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_stage(
restApiId = "string",
stageName = "string"
)