apigateway_delete_stage {paws.networking} | R Documentation |
Deletes a Stage resource
Description
Deletes a Stage resource.
See https://www.paws-r-sdk.com/docs/apigateway_delete_stage/ for full documentation.
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. |
[Package paws.networking version 0.9.0 Index]