codecatalyst_delete_dev_environment {paws.developer.tools} | R Documentation |
Deletes a Dev Environment
Description
Deletes a Dev Environment.
See https://www.paws-r-sdk.com/docs/codecatalyst_delete_dev_environment/ for full documentation.
Usage
codecatalyst_delete_dev_environment(spaceName, projectName, id)
Arguments
spaceName |
[required] The name of the space. |
projectName |
[required] The name of the project in the space. |
id |
[required] The system-generated unique ID of the Dev Environment you want to
delete. To retrieve a list of Dev Environment IDs, use
|
[Package paws.developer.tools version 0.9.0 Index]