View source: R/apigateway_operations.R
apigateway_delete_deployment | R Documentation |
Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
See https://www.paws-r-sdk.com/docs/apigateway_delete_deployment/ for full documentation.
apigateway_delete_deployment(restApiId, deploymentId)
restApiId |
[required] The string identifier of the associated RestApi. |
deploymentId |
[required] The identifier of the Deployment resource to delete. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.